OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottom_image
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/shelf/
overflow_button.h
31
// Left and right images are rotations of
bottom_image
and are
/external/chromium_org/ui/views/corewm/
image_grid.cc
55
const gfx::Image*
bottom_image
,
64
SetImage(
bottom_image
, &bottom_layer_, &bottom_painter_);
68
bottom_image_height_ = GetImageSize(
bottom_image
).height();
76
max(GetImageSize(
bottom_image
).height(),
image_grid_unittest.cc
285
scoped_ptr<gfx::Image>
bottom_image
(CreateImage(gfx::Size(kEdge, kEdge)));
293
bottom_left_image.get(),
bottom_image
.get(), bottom_right_image.get());
image_grid.h
119
const gfx::Image*
bottom_image
,
/external/chromium_org/ui/views/controls/combobox/
combobox.cc
203
const gfx::ImageSkia&
bottom_image
,
209
int center_height = height - top_image.height() -
bottom_image
.height();
214
canvas->DrawImageInt(
bottom_image
,
215
0, 0,
bottom_image
.width(),
bottom_image
.height(),
216
x, y, width,
bottom_image
.height(), false);
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
729
const gfx::ImageSkia&
bottom_image
= GetBottomEdgeImage();
local
754
canvas->TileImageInt(
bottom_image
,
756
height() -
bottom_image
.height(),
759
bottom_image
.height());
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
[
all
...]
download_item_view.h
174
const gfx::ImageSkia*
bottom_image
,
Completed in 1209 milliseconds