Searched refs:origWidth (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkIcoCodec.cpp | 248 int origWidth = this->dimensions().width(); 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A 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()
|
Completed in 14 milliseconds