Searched refs:origHeight (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkIcoCodec.cpp | 207 int origHeight = this->dimensions().height(); in onGetScaledDimensions() local 208 float desiredSize = desiredScale * origWidth * origHeight; in onGetScaledDimensions() 210 float minError = ((float) (origWidth * origHeight)) - desiredSize + 1.0f; in onGetScaledDimensions()
|
D | SkPngCodec.cpp | 840 png_uint_32 origWidth, origHeight; in infoCallback() local 842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback() 954 SkEncodedInfo encodedInfo = SkEncodedInfo::Make(origWidth, origHeight, color, alpha, in infoCallback()
|
/third_party/skia/src/codec/ |
D | SkIcoCodec.cpp | 214 int origHeight = this->dimensions().height(); in onGetScaledDimensions() local 215 float desiredSize = desiredScale * origWidth * origHeight; in onGetScaledDimensions() 217 float minError = ((float) (origWidth * origHeight)) - desiredSize + 1.0f; in onGetScaledDimensions()
|
D | SkPngCodec.cpp | 838 png_uint_32 origWidth, origHeight; in infoCallback() local 840 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback() 969 SkEncodedInfo encodedInfo = SkEncodedInfo::Make(origWidth, origHeight, color, alpha, in infoCallback()
|