Searched refs:scrollpos (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | screen_flow_edit_dlg.cpp | 393 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint() local 419 scaled_line_start.x - scrollpos.cx, in OnPaint() 420 scaled_line_start.y - scrollpos.cy, in OnPaint() 421 scaled_line_end.x - scrollpos.cx, in OnPaint() 422 scaled_line_end.y - scrollpos.cy); in OnPaint() 481 rectF.X = (REAL)(scaled_rect.left - scrollpos.cx); in OnPaint() 482 rectF.Y = (REAL)(scaled_rect.top - scrollpos.cy); in OnPaint() 505 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnLButtonDown() local 506 pt.x += scrollpos.cx; in OnLButtonDown() 507 pt.y += scrollpos.cy; in OnLButtonDown() [all …]
|
| D | resource_view.cpp | 659 int scrollpos = GetScrollPos(SB_VERT); in RebuildStringItems() local 675 SetScrollPos(SB_VERT, scrollpos, TRUE); in RebuildStringItems() 1975 int scrollpos = GetScrollPos(SB_VERT); in ScrollIntoView() local 1981 rect.top -= scrollpos; in ScrollIntoView() 1982 rect.bottom -= scrollpos; in ScrollIntoView() 1999 int scrollpos = GetScrollPos(SB_VERT); in SetCurrentItem() local 2005 rect.top -= scrollpos; in SetCurrentItem() 2006 rect.bottom -= scrollpos; in SetCurrentItem() 2016 rect.top -= scrollpos; in SetCurrentItem() 2017 rect.bottom -= scrollpos; in SetCurrentItem() [all …]
|
| D | rich_text_edit_dlg.cpp | 747 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint() local 752 … guix_bitmap_flush(dc.GetSafeHdc(), mpWidget->gx_widget_size.gx_rectangle_left - scrollpos.cx, in OnPaint() 753 mpWidget->gx_widget_size.gx_rectangle_top - scrollpos.cy, width, mpMem, &m_bitmap); in OnPaint()
|
| D | properties_win.cpp | 1910 int scrollpos = m_scroll_helper->GetScrollPos().cy; in OnWidgetSelect() local 2083 if ((scrollpos > display_size - win_size)) in OnWidgetSelect() 2085 scrollpos = display_size - win_size; in OnWidgetSelect() 2090 scrollpos = 0; in OnWidgetSelect() 2092 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos); in OnWidgetSelect()
|