Home
last modified time | relevance | path

Searched refs:theme_r (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc491 SkBitmap theme_r = in PaintInactiveTabBackground() local
493 background_canvas.DrawBitmapInt(theme_r, in PaintInactiveTabBackground()
494 0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap, in PaintInactiveTabBackground()
495 width() - theme_r.width(), 0, theme_r.width(), in PaintInactiveTabBackground()
496 theme_r.height() - kToolbarOverlap, false); in PaintInactiveTabBackground()
552 SkBitmap theme_r = in PaintActiveTabBackground() local
554 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, 0); in PaintActiveTabBackground()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc159 SkBitmap theme_r = in PaintActiveTabBackground() local
161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); in PaintActiveTabBackground()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc917 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintInactiveTabBackground() local
920 canvas->DrawBitmapInt(*theme_r, width() - theme_r->width(), 0); in PaintInactiveTabBackground()
945 SkBitmap* theme_r = GetMaskedBitmap(tab_alpha_.image_r, tab_bg, in PaintActiveTabBackground() local
947 canvas->DrawBitmapInt(*theme_r, width() - tab_active_.r_width, 0); in PaintActiveTabBackground()