Searched refs:SetImageWidth (Results 1 – 4 of 4) sorted by relevance
131 bool SetImageWidth(uint16_t width);
83 SetImageWidth(width); in Initialize()437 bool ExifUtils::SetImageWidth(uint16_t width) { in SetImageWidth() function in arc::ExifUtils
143 virtual bool SetImageWidth(uint32_t width) = 0;
145 virtual bool SetImageWidth(uint32_t width);617 bool ExifUtilsImpl::SetImageWidth(uint32_t width) { in SetImageWidth() function in android::ExifUtilsImpl914 if (!SetImageWidth(image_width) || !SetImageHeight(image_height)) { in SetFromMetadata()