Searched defs:scaled_shift_y (Results 1 – 1 of 1) sorted by relevance
761 void screen_flow_diagram_win::ShiftTop(CRect scaled_rect, CRect client, INT scaled_shift_y, INT shi… in ShiftTop()821 void screen_flow_diagram_win::ShiftBottom(CRect scaled_rect, CRect client, INT scaled_shift_y, INT … in ShiftBottom()871 int scaled_shift_y = point.y - mDragStart.y; in OnMouseMove() local