Home
last modified time | relevance | path

Searched refs:r_width (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc101 int center_width = width() - tab_image->l_width - tab_image->r_width; in Layout()
157 offset + width() - tab_image->r_width, 0, in PaintActiveTabBackground()
158 tab_image->r_width, image_height); in PaintActiveTabBackground()
161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base); in PaintActiveTabBackground()
170 width() - tab_image->l_width - tab_image->r_width, in PaintActiveTabBackground()
176 width() - tab_image->l_width - tab_image->r_width, image_height); in PaintActiveTabBackground()
177 canvas->DrawBitmapInt(*tab_image->image_r, width() - tab_image->r_width, in PaintActiveTabBackground()
275 tab_active.r_width = tab_active.image_r->width(); in LoadTabImages()
281 tab_inactive.r_width = tab_inactive.image_r->width(); in LoadTabImages()
Dtouch_tab.h85 int r_width; member
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc489 offset + width() - tab_image->r_width, bg_offset_y, in PaintInactiveTabBackground()
490 tab_image->r_width, height()); in PaintInactiveTabBackground()
506 width() - tab_image->l_width - tab_image->r_width, in PaintInactiveTabBackground()
526 tab_inactive_image->r_width, in PaintInactiveTabBackground()
529 width() - tab_inactive_image->r_width, 0); in PaintInactiveTabBackground()
551 offset + width() - tab_image->r_width, 0, tab_image->r_width, height()); in PaintActiveTabBackground()
554 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, 0); in PaintActiveTabBackground()
563 width() - tab_image->l_width - tab_image->r_width, in PaintActiveTabBackground()
569 width() - tab_image->l_width - tab_image->r_width, height()); in PaintActiveTabBackground()
570 canvas->DrawBitmapInt(*tab_image->image_r, width() - tab_image->r_width, 0); in PaintActiveTabBackground()
[all …]
Dtab.h122 int r_width; member
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc206 const int r_width = right_->width(); in Paint() local
218 const int right = view.width() - insets.right() + r_width; in Paint()
300 right - r_width + kArrowInteriorHeight, in Paint()
308 right - r_width, in Paint()
314 canvas->TileImageInt(*right_, right - r_width, top + tr_height, r_width, in Paint()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc491 tab_active_.r_width = tab_active_.image_r->width(); in LoadTabImages()
497 tab_inactive_.r_width = tab_inactive_.image_r->width(); in LoadTabImages()
918 offset_x + width() - tab_active_.r_width, offset_y); in PaintInactiveTabBackground()
926 width() - tab_active_.l_width - tab_active_.r_width, height() - 2); in PaintInactiveTabBackground()
930 width() - tab_inactive_.l_width - tab_inactive_.r_width, height()); in PaintInactiveTabBackground()
932 width() - tab_inactive_.r_width, 0); in PaintInactiveTabBackground()
946 offset_x + width() - tab_active_.r_width, 0); in PaintActiveTabBackground()
947 canvas->DrawBitmapInt(*theme_r, width() - tab_active_.r_width, 0); in PaintActiveTabBackground()
953 width() - tab_active_.l_width - tab_active_.r_width, in PaintActiveTabBackground()
958 width() - tab_active_.l_width - tab_active_.r_width, height()); in PaintActiveTabBackground()
[all …]
Dtab_renderer_gtk.h290 int r_width; member