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

  /external/chromium_org/ui/views/controls/table/
table_view.cc 506 int text_x = kTextHorizontalPadding + cell_bounds.x(); local
510 text_x += kGroupingIndicatorSize + kTextHorizontalPadding;
516 int image_x = GetMirroredXWithWidthInView(text_x, kImageSize);
523 text_x += kImageSize + kTextHorizontalPadding;
525 if (text_x < cell_bounds.right() - kTextHorizontalPadding) {
530 text_x, cell_bounds.right() - text_x - kTextHorizontalPadding),
532 cell_bounds.right() - text_x,
652 int text_x = kTextHorizontalPadding + bounds->x(); local
655 text_x += kGroupingIndicatorSize + kTextHorizontalPadding
    [all...]
  /external/qemu/ui/
console.c 172 int text_x[2], text_y[2], cursor_invalidate; member in struct:QEMUConsole
582 s->text_x[0] = MIN(s->text_x[0], x);
583 s->text_x[1] = MAX(s->text_x[1], x);
666 s->text_x[0] = 0;
668 s->text_x[1] = s->width - 1;
751 s->text_x[0] = 0;
753 s->text_x[1] = s->width - 1;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 492 int text_x = edge_item_padding_ + default_icon_size_ + item_padding_; local
493 int text_width = width() - text_x - edge_item_padding_;
503 text_width = kw_x - text_x - item_padding_;
511 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height());

Completed in 257 milliseconds