Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc330 SkBitmap* bottom_right_corner = in PaintRestoredFrameBorder() local
373 height() - top_right_corner->height() - bottom_right_corner->height()); in PaintRestoredFrameBorder()
376 canvas->DrawBitmapInt(*bottom_right_corner, in PaintRestoredFrameBorder()
377 width() - bottom_right_corner->width(), in PaintRestoredFrameBorder()
378 height() - bottom_right_corner->height()); in PaintRestoredFrameBorder()
381 width() - bottom_left_corner->width() - bottom_right_corner->width(), in PaintRestoredFrameBorder()
Dopaque_browser_frame_view.cc564 SkBitmap* bottom_right_corner = in PaintRestoredFrameBorder() local
640 height() - bottom_right_corner->height()); in PaintRestoredFrameBorder()
652 height() - top_right_height - bottom_right_corner->height()); in PaintRestoredFrameBorder()
655 canvas->DrawBitmapInt(*bottom_right_corner, in PaintRestoredFrameBorder()
656 width() - bottom_right_corner->width(), in PaintRestoredFrameBorder()
657 height() - bottom_right_corner->height()); in PaintRestoredFrameBorder()
660 width() - bottom_left_corner->width() - bottom_right_corner->width(), in PaintRestoredFrameBorder()
/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc438 SkBitmap* bottom_right_corner = in PaintFrameBorder() local
474 height() - top_right_corner->height() - bottom_right_corner->height()); in PaintFrameBorder()
477 canvas->DrawBitmapInt(*bottom_right_corner, in PaintFrameBorder()
478 width() - bottom_right_corner->width(), in PaintFrameBorder()
479 height() - bottom_right_corner->height()); in PaintFrameBorder()
482 width() - bottom_left_corner->width() - bottom_right_corner->width(), in PaintFrameBorder()