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

  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 431 SkBitmap* top_right_corner = local
467 width() - top_right_corner->width(), top_edge->height());
468 canvas->DrawBitmapInt(*top_right_corner,
469 width() - top_right_corner->width(), 0);
473 top_right_corner->height(), right_edge->width(),
474 height() - top_right_corner->height() - bottom_right_corner->height());
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 323 SkBitmap* top_right_corner = local
366 width() - top_right_corner->width(), top_edge->height());
367 canvas->DrawBitmapInt(*top_right_corner,
368 width() - top_right_corner->width(), 0);
372 top_right_corner->height(), right_edge->width(),
373 height() - top_right_corner->height() - bottom_right_corner->height());
opaque_browser_frame_view.cc 557 SkBitmap* top_right_corner = local
638 width() - top_right_corner->width(), top_edge->height());
639 int top_right_height = std::min(top_right_corner->height(),
641 canvas->DrawBitmapInt(*top_right_corner, 0, 0, top_right_corner->width(),
642 top_right_height, width() - top_right_corner->width(), 0,
643 top_right_corner->width(), top_right_height, false);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 319 gfx::ImageSkia* top_right_corner = local
369 width() - top_right_corner->width(), top_edge->height());
370 canvas->DrawImageInt(*top_right_corner,
371 width() - top_right_corner->width(), 0);
375 top_right_corner->height(), right_edge->width(),
376 height() - top_right_corner->height() - bottom_right_corner->height());

Completed in 583 milliseconds