Searched refs:bg_offset_y (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 468 int bg_offset_y = GetThemeProvider()->HasCustomImage(tab_id) ? in PaintInactiveTabBackground() local 479 *tab_bg, offset, bg_offset_y, tab_image->l_width, height()); in PaintInactiveTabBackground() 489 offset + width() - tab_image->r_width, bg_offset_y, in PaintInactiveTabBackground() 503 bg_offset_y + kDropShadowHeight + tab_image->y_offset, in PaintInactiveTabBackground()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.h | 249 int bg_offset_y; member 331 int bg_offset_y);
|
D | tab_renderer_gtk.cc | 767 const SkBitmap* background, int bg_offset_x, int bg_offset_y) { in GetMaskedBitmap() argument 774 it->second.bg_offset_y == bg_offset_y) { in GetMaskedBitmap() 782 *background, bg_offset_x, bg_offset_y, mask->width(), in GetMaskedBitmap() 786 bg_offset_y, in GetMaskedBitmap()
|