Searched refs:text_x (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/views/controls/table/ |
D | table_view.cc | 506 int text_x = kTextHorizontalPadding + cell_bounds.x(); in OnPaint() local 510 text_x += kGroupingIndicatorSize + kTextHorizontalPadding; in OnPaint() 516 int image_x = GetMirroredXWithWidthInView(text_x, kImageSize); in OnPaint() 523 text_x += kImageSize + kTextHorizontalPadding; in OnPaint() 525 if (text_x < cell_bounds.right() - kTextHorizontalPadding) { in OnPaint() 530 text_x, cell_bounds.right() - text_x - kTextHorizontalPadding), in OnPaint() 532 cell_bounds.right() - text_x, in OnPaint() 652 int text_x = kTextHorizontalPadding + bounds->x(); in AdjustCellBoundsForText() local 655 text_x += kGroupingIndicatorSize + kTextHorizontalPadding; in AdjustCellBoundsForText() 657 text_x += kImageSize + kTextHorizontalPadding; in AdjustCellBoundsForText() [all …]
|
/external/qemu/ui/ |
D | console.c | 172 int text_x[2], text_y[2], cursor_invalidate; member 582 s->text_x[0] = MIN(s->text_x[0], x); in text_update_xy() 583 s->text_x[1] = MAX(s->text_x[1], x); in text_update_xy() 666 s->text_x[0] = 0; in console_refresh() 668 s->text_x[1] = s->width - 1; in console_refresh() 751 s->text_x[0] = 0; in console_put_lf() 753 s->text_x[1] = s->width - 1; in console_put_lf() 1256 if (s->text_x[0] <= s->text_x[1]) { in text_console_update() 1265 dpy_update(s->ds, s->text_x[0], s->text_y[0], in text_console_update() 1266 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update() [all …]
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_result_view.cc | 492 int text_x = edge_item_padding_ + default_icon_size_ + item_padding_; in Layout() local 493 int text_width = width() - text_x - edge_item_padding_; in Layout() 503 text_width = kw_x - text_x - item_padding_; in Layout() 511 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height()); in Layout()
|