Home
last modified time | relevance | path

Searched refs:origWidth (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/codec/
DSkIcoCodec.cpp206 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()
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/skqp/src/codec/
DSkIcoCodec.cpp206 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()
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/bcc/src/cc/vendor/
Dtinyformat.hpp773 std::streamsize origWidth = out.width(); in formatImpl() local
820 out.width(origWidth); in formatImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2028 unsigned origWidth = N0.getValueType().getSizeInBits(); in SimplifySetCC() local
2029 unsigned maskWidth = origWidth; in SimplifySetCC()
2033 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()
2036 for (unsigned width = origWidth / 2; width>=8; width /= 2) { in SimplifySetCC()
2038 for (unsigned offset=0; offset<origWidth/width; offset++) { in SimplifySetCC()
2041 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1523 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2118 unsigned origWidth = N0.getValueSizeInBits(); in SimplifySetCC() local
2119 unsigned maskWidth = origWidth; in SimplifySetCC()
2123 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()
2126 for (unsigned width = origWidth / 2; width>=8; width /= 2) { in SimplifySetCC()
2128 for (unsigned offset=0; offset<origWidth/width; offset++) { in SimplifySetCC()
2133 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()