Home
last modified time | relevance | path

Searched refs:y_base (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc100 int y_base = height() - image_height; in Layout() local
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height); in Layout()
148 int y_base = height() - image_height; in PaintActiveTabBackground() local
153 canvas->DrawBitmapInt(theme_l, 0, y_base); in PaintActiveTabBackground()
161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); in PaintActiveTabBackground()
169 y_base + kDropShadowHeight + tab_image->y_offset, in PaintActiveTabBackground()
174 canvas->DrawBitmapInt(*tab_image->image_l, 0, y_base); in PaintActiveTabBackground()
175 canvas->TileImageInt(*tab_image->image_c, tab_image->l_width, y_base, in PaintActiveTabBackground()
178 y_base); in PaintActiveTabBackground()
/external/qemu/
Dconsole.c168 int y_base; member
611 y1 = (s->y_base + y) % s->total_height; in update_xy()
640 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor()
702 if (s->y_displayed == s->y_base) in console_scroll()
712 y1 = s->y_base - i; in console_scroll()
734 if (s->y_displayed == s->y_base) { in console_put_lf()
738 if (++s->y_base == s->total_height) in console_put_lf()
739 s->y_base = 0; in console_put_lf()
742 y1 = (s->y_base + s->height - 1) % s->total_height; in console_put_lf()
749 if (s == active_console && s->y_displayed == s->y_base) { in console_put_lf()
[all …]