Searched refs:text_x (Results 1 - 3 of 3) sorted by relevance
/external/qemu/ |
H A D | console.c | 172 int text_x[2], text_y[2], cursor_invalidate; member in struct:TextConsole 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; 1256 if (s->text_x[ [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
H A D | bookmark_utils_gtk.cc | 138 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding; local 139 int text_width = sender->allocation.width - text_x; 143 text_x, 0, text_width, sender->allocation.height);
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
H A D | autocomplete_result_view.cc | 509 int text_x = LocationBarView::kEdgeItemPadding + default_icon_size_ + local 512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), 513 std::max(bounds().width() - text_x - LocationBarView::kEdgeItemPadding,
|
Completed in 2116 milliseconds