Home
last modified time | relevance | path

Searched defs:scaled_shift_x (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dscreen_flow_edit_dlg.cpp731 void screen_flow_diagram_win::ShiftLeft(CRect scaled_rect, CRect client, INT scaled_shift_x, INT sh… in ShiftLeft()
791 void screen_flow_diagram_win::ShiftRight(CRect scaled_rect, CRect client, INT scaled_shift_x, INT s… in ShiftRight()
870 int scaled_shift_x = point.x - mDragStart.x; in OnMouseMove() local