Searched defs:top_left_image (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc82 void ImageGrid::SetImages(const gfx::Image* top_left_image, argument
91 SetImage(top_left_image, &top_left_layer_, &top_left_painter_, NONE);
107 base_top_row_height_ = max(GetImageSize(top_left_image).height(),
113 base_left_column_width_ = max(GetImageSize(top_left_image).width(),
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc721 const gfx::ImageSkia& top_left_image = GetTopLeftCornerImage(corner_style_); local
733 canvas->DrawImageInt(top_left_image, 0, 0);
735 top_left_image.width(),
766 top_left_image.height(),
768 height() - top_left_image.height() -

Completed in 90 milliseconds