Searched refs:origWidth (Results 1 – 9 of 9) sorted by relevance
/external/skqp/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()
|
/external/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 | 839 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()
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinAttributes.cpp | 519 static size_t getDenseElementStorageWidth(size_t origWidth) { in getDenseElementStorageWidth() argument 520 return origWidth == 1 ? origWidth : llvm::alignTo<8>(origWidth); in getDenseElementStorageWidth()
|
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 773 std::streamsize origWidth = out.width(); in formatImpl() local 820 out.width(origWidth); in formatImpl()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1523 unsigned origWidth = N0.getValueType().getSizeInBits(); in SimplifySetCC() local 1524 unsigned maskWidth = origWidth; in SimplifySetCC() 1528 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC() 1531 for (unsigned width = origWidth / 2; width>=8; width /= 2) { in SimplifySetCC() 1533 for (unsigned offset=0; offset<origWidth/width; offset++) { in SimplifySetCC() 1536 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3622 unsigned origWidth = N0.getValueSizeInBits(); in SimplifySetCC() local 3623 unsigned maskWidth = origWidth; in SimplifySetCC() 3627 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC() 3629 for (unsigned width = origWidth / 2; width>=8; width /= 2) { in SimplifySetCC() 3631 for (unsigned offset=0; offset<origWidth/width; offset++) { in SimplifySetCC() 3636 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
|
/external/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()
|