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

  /external/chromium_org/ui/views/corewm/
image_grid.cc 67 top_image_height_ = GetImageSize(top_image).height();
68 bottom_image_height_ = GetImageSize(bottom_image).height();
69 left_image_width_ = GetImageSize(left_image).width();
70 right_image_width_ = GetImageSize(right_image).width();
72 base_top_row_height_ = max(GetImageSize(top_left_image).height(),
73 max(GetImageSize(top_image).height(),
74 GetImageSize(top_right_image).height()));
75 base_bottom_row_height_ = max(GetImageSize(bottom_left_image).height(),
76 max(GetImageSize(bottom_image).height(),
77 GetImageSize(bottom_right_image).height()))
    [all...]
image_grid.h 155 static gfx::Size GetImageSize(const gfx::Image* image);
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.cc 61 gfx::Size GetImageSize() const;
99 image_button_->SetSize(GetImageSize());
104 GetImageSize().width() +
112 gfx::Size TextfieldWrapper::GetImageSize() const {
  /external/chromium_org/ui/views/controls/
image_view.h 56 bool GetImageSize(gfx::Size* image_size);
image_view.cc 53 bool ImageView::GetImageSize(gfx::Size* image_size) {
74 GetImageSize(&image_size);
  /art/runtime/
image.h 51 size_t GetImageSize() const {
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 101 int GetImageSize() const { return download_->image_size; }
457 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
539 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
613 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
757 EXPECT_EQ(0, download_handler->GetImageSize());
790 EXPECT_EQ(0, download_handler->GetImageSize());
869 EXPECT_EQ(0, download_handler->GetImageSize());
    [all...]
  /art/runtime/gc/space/
image_space.cc 186 image_header.GetImageSize(),
  /external/opencv/cvaux/src/
enmin.cpp     [all...]
  /art/compiler/
image_writer.cc 156 CHECK_EQ(image_end_, image_header->GetImageSize());
  /art/oatdump/
oatdump.cc 792 stats_.alignment_bytes += image_header_.GetImageBitmapOffset() - image_header_.GetImageSize();
    [all...]

Completed in 638 milliseconds