Searched refs:text_x (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
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/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_utils_gtk.cc | 138 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding; in OnDragIconExpose() local 139 int text_width = sender->allocation.width - text_x; in OnDragIconExpose() 143 text_x, 0, text_width, sender->allocation.height); in OnDragIconExpose()
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_result_view.cc | 509 int text_x = LocationBarView::kEdgeItemPadding + default_icon_size_ + in Layout() local 512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), in Layout() 513 std::max(bounds().width() - text_x - LocationBarView::kEdgeItemPadding, in Layout()
|