Searched refs:origWidth (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkIcoCodec.cpp | 206 int origWidth = this->dimensions().width(); 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 | 213 int origWidth = this->dimensions().width(); 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3318 unsigned origWidth = N0.getValueSizeInBits(); in SimplifySetCC() local 3319 unsigned maskWidth = origWidth; in SimplifySetCC() 3323 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC() 3325 for (unsigned width = origWidth / 2; width>=8; width /= 2) { in SimplifySetCC() 3327 for (unsigned offset=0; offset<origWidth/width; offset++) { in SimplifySetCC() 3332 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
|