Searched refs:origHeight (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkIcoCodec.cpp | 249 int origHeight = this->dimensions().height(); in onGetScaledDimensions() local 251 // desiredScale is max(desireWidth/origWidth, desireHeight/origHeight) in onGetScaledDimensions() 252 float desiredSize = desiredScale * origWidth * desiredScale * origHeight; in onGetScaledDimensions() 254 float desiredSize = desiredScale * origWidth * origHeight; in onGetScaledDimensions() 257 float minError = ((float) (origWidth * origHeight)) - desiredSize + 1.0f; in onGetScaledDimensions()
|
H A D | SkPngCodec.cpp | 843 png_uint_32 origWidth, origHeight; in infoCallback() local 845 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback() 974 SkEncodedInfo encodedInfo = SkEncodedInfo::Make(origWidth, origHeight, color, alpha, in infoCallback()
|
Completed in 3 milliseconds