Searched refs:cursor_x (Results 1 – 2 of 2) sorted by relevance
64 int cursor_x = x - cursor_position.x(); in RenderCursorOnVideoFrame() local65 SkColor color = cursor_bitmap.getColor(cursor_x, cursor_y); in RenderCursorOnVideoFrame()
455 int cursor_x = GetCursorBounds(position, true).x(); in MoveCursor() local458 if (direction == CURSOR_RIGHT ? start_x > cursor_x : start_x < cursor_x) in MoveCursor()