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

  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 436 SkBitmap* bottom_left_corner = local
480 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
482 width() - bottom_left_corner->width() - bottom_right_corner->width(),
484 canvas->DrawBitmapInt(*bottom_left_corner, 0,
485 height() - bottom_left_corner->height());
490 height() - top_left_corner->height() - bottom_left_corner->height());
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 328 SkBitmap* bottom_left_corner = local
379 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
381 width() - bottom_left_corner->width() - bottom_right_corner->width(),
383 canvas->DrawBitmapInt(*bottom_left_corner, 0,
384 height() - bottom_left_corner->height());
389 height() - top_left_corner->height() - bottom_left_corner->height());
opaque_browser_frame_view.cc 562 SkBitmap* bottom_left_corner = local
634 height() - bottom_left_corner->height());
658 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
660 width() - bottom_left_corner->width() - bottom_right_corner->width(),
662 canvas->DrawBitmapInt(*bottom_left_corner, 0,
663 height() - bottom_left_corner->height());
667 height() - top_left_height - bottom_left_corner->height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 324 gfx::ImageSkia* bottom_left_corner = local
382 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
384 width() - bottom_left_corner->width() - bottom_right_corner->width(),
386 canvas->DrawImageInt(*bottom_left_corner, 0,
387 height() - bottom_left_corner->height());
392 height() - top_left_corner->height() - bottom_left_corner->height());

Completed in 32 milliseconds