Searched defs:scaled_shift_x (Results 1 – 1 of 1) sorted by relevance
731 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