HomeSort by relevance Sort by last modified time
    Searched refs:cursor_x (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 68 int cursor_x = x - cursor_position.x(); local
69 SkColor color = cursor_bitmap.getColor(cursor_x, cursor_y);
  /external/chromium_org/ui/gfx/
render_text.cc 530 int cursor_x = GetCursorBounds(cursor, true).x(); local
533 if (direction == CURSOR_RIGHT ? start_x > cursor_x : start_x < cursor_x)
    [all...]

Completed in 64 milliseconds