HomeSort by relevance Sort by last modified time
    Searched full:bottom_right_corner (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 438 SkBitmap* bottom_right_corner = local
474 height() - top_right_corner->height() - bottom_right_corner->height());
477 canvas->DrawBitmapInt(*bottom_right_corner,
478 width() - bottom_right_corner->width(),
479 height() - bottom_right_corner->height());
482 width() - bottom_left_corner->width() - bottom_right_corner->width(),
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 330 SkBitmap* bottom_right_corner = local
373 height() - top_right_corner->height() - bottom_right_corner->height());
376 canvas->DrawBitmapInt(*bottom_right_corner,
377 width() - bottom_right_corner->width(),
378 height() - bottom_right_corner->height());
381 width() - bottom_left_corner->width() - bottom_right_corner->width(),
opaque_browser_frame_view.cc 564 SkBitmap* bottom_right_corner = local
640 height() - bottom_right_corner->height());
652 height() - top_right_height - bottom_right_corner->height());
655 canvas->DrawBitmapInt(*bottom_right_corner,
656 width() - bottom_right_corner->width(),
657 height() - bottom_right_corner->height());
660 width() - bottom_left_corner->width() - bottom_right_corner->width(),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 326 gfx::ImageSkia* bottom_right_corner = local
376 height() - top_right_corner->height() - bottom_right_corner->height());
379 canvas->DrawImageInt(*bottom_right_corner,
380 width() - bottom_right_corner->width(),
381 height() - bottom_right_corner->height());
384 width() - bottom_left_corner->width() - bottom_right_corner->width(),

Completed in 3143 milliseconds