OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageSize
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/wm/core/
image_grid.cc
46
gfx::Size
GetImageSize
(const gfx::Image* image) {
102
top_image_height_ =
GetImageSize
(top_image).height();
103
bottom_image_height_ =
GetImageSize
(bottom_image).height();
104
left_image_width_ =
GetImageSize
(left_image).width();
105
right_image_width_ =
GetImageSize
(right_image).width();
107
base_top_row_height_ = max(
GetImageSize
(top_left_image).height(),
108
max(
GetImageSize
(top_image).height(),
109
GetImageSize
(top_right_image).height()));
110
base_bottom_row_height_ = max(
GetImageSize
(bottom_left_image).height(),
111
max(
GetImageSize
(bottom_image).height()
[
all
...]
/external/chromium_org/ui/views/controls/
image_view.h
58
bool
GetImageSize
(gfx::Size* image_size) const;
image_view.cc
73
bool ImageView::
GetImageSize
(gfx::Size* image_size) const {
98
GetImageSize
(&image_size);
/art/runtime/
image.h
52
size_t
GetImageSize
() const {
/external/opencv/cvaux/src/
enmin.cpp
[
all
...]
/art/runtime/gc/space/
image_space.cc
650
image_header.
GetImageSize
(),
[
all
...]
/art/compiler/
image_writer.cc
174
CHECK_EQ(image_end_, image_header->
GetImageSize
());
[
all
...]
/art/oatdump/
oatdump.cc
[
all
...]
Completed in 470 milliseconds