Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_ktx.cpp75 if (this->getRequireUnpremultipliedColors()) { in onDecode()
214 SkASSERT(!this->getRequireUnpremultipliedColors()); in onDecode()
DSkImageDecoder_libpng.cpp336 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode()
478 if (reallyHasAlpha && this->getRequireUnpremultipliedColors()) { in onDecode()
628 if (this->getRequireUnpremultipliedColors() && *hasAlphap) { in getBitmapColorType()
694 if (this->getRequireUnpremultipliedColors()) { in decodePalette()
958 if (reallyHasAlpha && this->getRequireUnpremultipliedColors()) { in onDecodeSubset()
975 if (this->getRequireUnpremultipliedColors()) { in onDecodeSubset()
DSkScaledBitmapSampler.h43 , fPremultiplyAlpha(!dec.getRequireUnpremultipliedColors()) in Options()
DSkImageDecoder_astc.cpp125 if (this->getRequireUnpremultipliedColors()) { in onDecode()
DSkImageDecoder_libwebp.cpp117 return SkToBool(fHasAlpha) && !this->getRequireUnpremultipliedColors(); in shouldPremultiply()
302 if (this->getRequireUnpremultipliedColors()) { in setDecodeConfig()
/external/skia/include/core/
DSkImageDecoder.h127 bool getRequireUnpremultipliedColors() const { return fRequireUnpremultipliedColors; } in getRequireUnpremultipliedColors() function
/external/skia/src/ports/
DSkImageDecoder_CG.cpp191 if (!bm->isOpaque() && this->getRequireUnpremultipliedColors()) { in onDecode()
DSkImageDecoder_WIC.cpp205 if (this->getRequireUnpremultipliedColors()) { in decodeStream()