HomeSort by relevance Sort by last modified time
    Searched refs:bottom_right_corner (Results 1 - 3 of 3) 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...]

Completed in 20 milliseconds