OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_left_image
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/corewm/
image_grid.cc
48
void ImageGrid::SetImages(const gfx::Image*
top_left_image
,
57
SetImage(
top_left_image
, &top_left_layer_, &top_left_painter_);
72
base_top_row_height_ = max(GetImageSize(
top_left_image
).height(),
78
base_left_column_width_ = max(GetImageSize(
top_left_image
).width(),
image_grid_unittest.cc
228
scoped_ptr<gfx::Image>
top_left_image
(
237
grid.SetImages(
top_left_image
.get(), top_image.get(), top_right_image.get(),
275
scoped_ptr<gfx::Image>
top_left_image
(
291
top_left_image
.get(), top_image.get(), top_right_image.get(),
image_grid.h
112
void SetImages(const gfx::Image*
top_left_image
,
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
722
const gfx::ImageSkia&
top_left_image
= GetTopLeftCornerImage(corner_style_);
local
734
canvas->DrawImageInt(
top_left_image
, 0, 0);
736
top_left_image
.width(),
767
top_left_image
.height(),
769
height() -
top_left_image
.height() -
Completed in 36 milliseconds