Home
last modified time | relevance | path

Searched refs:origHeight (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkIcoCodec.cpp207 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()
DSkPngCodec.cpp840 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()
/external/skia/src/codec/
DSkIcoCodec.cpp214 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()
DSkPngCodec.cpp839 png_uint_32 origWidth, origHeight; in infoCallback() local
841 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
970 SkEncodedInfo encodedInfo = SkEncodedInfo::Make(origWidth, origHeight, color, alpha, in infoCallback()