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

  /external/chromium_org/ui/views/controls/
image_view.cc 73 bool ImageView::GetImageSize(gfx::Size* image_size) const {
98 GetImageSize(&image_size);
  /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/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 64 void CPWL_Image::GetImageSize(FX_FLOAT & fWidth,FX_FLOAT & fHeight)
200 GetImageSize(fImageWidth,fImageHeight);
256 GetImageSize(fImageWidth,fImageHeight);
  /art/runtime/
image.h 52 size_t GetImageSize() const {

Completed in 104 milliseconds