HomeSort by relevance Sort by last modified time
    Searched refs:image_l (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 98 int image_height = alpha->image_l->height();
99 int x_base = tab_image->image_l->width();
147 int image_height = alpha->image_l->height();
152 SkBitmapOperations::CreateMaskedBitmap(tab_l, *alpha->image_l);
174 canvas->DrawBitmapInt(*tab_image->image_l, 0, y_base);
187 int x_base = tab_image->image_l->width();
268 tab_alpha.image_l = rb.GetBitmapNamed(IDR_TAB_ALPHA_LEFT);
271 tab_active.image_l = rb.GetBitmapNamed(IDR_TAB_ACTIVE_LEFT);
274 tab_active.l_width = tab_active.image_l->width();
277 tab_inactive.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT)
    [all...]
touch_tab.h 81 SkBitmap* image_l; member in struct:TouchTab::TouchTabImage
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 145 minimum_size.set_height(tab_active_.image_l->height());
481 SkBitmapOperations::CreateMaskedBitmap(tab_l, *alpha->image_l);
522 canvas->DrawBitmapInt(*tab_inactive_image->image_l, 0, 0);
546 SkBitmapOperations::CreateMaskedBitmap(tab_l, *alpha->image_l);
567 canvas->DrawBitmapInt(*tab_image->image_l, 0, 0);
671 tab_alpha_.image_l = rb.GetBitmapNamed(IDR_TAB_ALPHA_LEFT);
674 tab_active_.image_l = rb.GetBitmapNamed(IDR_TAB_ACTIVE_LEFT);
677 tab_active_.l_width = tab_active_.image_l->width();
680 tab_inactive_.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT);
683 tab_inactive_.l_width = tab_inactive_.image_l->width()
    [all...]
tab.h 118 SkBitmap* image_l; member in struct:Tab::TabImage
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 449 minimum_size.set_height(tab_active_.image_l->height() - kToolbarOverlap);
484 tab_alpha_.image_l = rb.GetBitmapNamed(IDR_TAB_ALPHA_LEFT);
487 tab_active_.image_l = rb.GetBitmapNamed(IDR_TAB_ACTIVE_LEFT);
490 tab_active_.l_width = tab_active_.image_l->width();
493 tab_inactive_.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT);
496 tab_inactive_.l_width = tab_inactive_.image_l->width();
912 SkBitmap* theme_l = GetMaskedBitmap(tab_alpha_.image_l, tab_bg, offset_x
    [all...]
tab_renderer_gtk.h 286 SkBitmap* image_l; member in struct:TabRendererGtk::TabImage

Completed in 74 milliseconds