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

  /external/chromium_org/ui/views/widget/
tooltip_manager_win.h 100 bool SetTooltipPosition(int text_x, int text_y);
tooltip_manager_win.cc 253 bool TooltipManagerWin::SetTooltipPosition(int text_x, int text_y) {
262 view_loc.y() + text_y,
  /external/qemu/
console.c 172 int text_x[2], text_y[2], cursor_invalidate; member in struct:TextConsole
584 s->text_y[0] = MIN(s->text_y[0], y);
585 s->text_y[1] = MAX(s->text_y[1], y);
667 s->text_y[0] = 0;
669 s->text_y[1] = s->height - 1;
752 s->text_y[0] = 0;
754 s->text_y[1] = s->height - 1;
    [all...]

Completed in 281 milliseconds