Home
last modified time | relevance | path

Searched refs:GetImageSize (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_icon.cpp20 std::pair<float, float> CPWL_Icon::GetImageSize() { in GetImageSize() function in CPWL_Icon
75 std::tie(fImageWidth, fImageHeight) = GetImageSize(); in GetScale()
117 std::tie(fImageWidth, fImageHeight) = GetImageSize(); in GetImageOffset()
Dcpwl_icon.h38 std::pair<float, float> GetImageSize();
/external/dynamic_depth/includes/dynamic_depth/
Dimaging_model.h71 Dimension GetImageSize() const;
/external/dynamic_depth/internal/dynamic_depth/
Dimaging_model.cc140 Dimension ImagingModel::GetImageSize() const { return params_.image_size; } in GetImageSize() function in dynamic_depth::ImagingModel
/external/piex/src/
Dtiff_parser.cc128 void GetImageSize(const TiffDirectory& tiff_directory, StreamInterface* stream, in GetImageSize() function
428 GetImageSize(tiff_directory, stream, image); in GetImageData()