Searched refs:getRequireUnpremultipliedColors (Results 1 – 8 of 8) sorted by relevance
75 if (this->getRequireUnpremultipliedColors()) { in onDecode()214 SkASSERT(!this->getRequireUnpremultipliedColors()); in onDecode()
336 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()
43 , fPremultiplyAlpha(!dec.getRequireUnpremultipliedColors()) in Options()
125 if (this->getRequireUnpremultipliedColors()) { in onDecode()
117 return SkToBool(fHasAlpha) && !this->getRequireUnpremultipliedColors(); in shouldPremultiply()302 if (this->getRequireUnpremultipliedColors()) { in setDecodeConfig()
127 bool getRequireUnpremultipliedColors() const { return fRequireUnpremultipliedColors; } in getRequireUnpremultipliedColors() function
191 if (!bm->isOpaque() && this->getRequireUnpremultipliedColors()) { in onDecode()
205 if (this->getRequireUnpremultipliedColors()) { in decodeStream()