Home | History | Annotate | Download | only in gfx

Lines Matching refs:start_x

413     int start_x = GetCursorBounds(selection_start, true).x();
417 if (direction == CURSOR_RIGHT ? start_x > cursor_x : start_x < cursor_x)