Searched defs:y_base (Results 1 - 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/touch/tabs/ |
H A D | touch_tab.cc | 100 int y_base = height() - image_height; local 104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height); 148 int y_base = height() - image_height; local 153 canvas->DrawBitmapInt(theme_l, 0, y_base); 161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); 169 y_base + kDropShadowHeight + tab_image->y_offset, 174 canvas->DrawBitmapInt(*tab_image->image_l, 0, y_base); 175 canvas->TileImageInt(*tab_image->image_c, tab_image->l_width, y_base, 178 y_base);
|
/external/qemu/ |
H A D | console.c | 168 int y_base; member in struct:TextConsole 611 y1 = (s->y_base + y) % s->total_height; 640 y1 = (s->y_base + s->y) % s->total_height; 702 if (s->y_displayed == s->y_base) 712 y1 = s->y_base - i; 734 if (s->y_displayed == s->y_base) { 738 if (++s->y_base == s->total_height) 739 s->y_base = 0; 742 y1 = (s->y_base + s->height - 1) % s->total_height; 749 if (s == active_console && s->y_displayed == s->y_base) { [all...] |
Completed in 63 milliseconds