Searched refs:getRequireUnpremultipliedColors (Results 1 – 8 of 8) sorted by relevance
76 if (this->getRequireUnpremultipliedColors()) { in onDecode()215 SkASSERT(!this->getRequireUnpremultipliedColors()); in onDecode()
43 , fPremultiplyAlpha(!dec.getRequireUnpremultipliedColors()) in Options()
308 SkAlphaType alphaType = this->getRequireUnpremultipliedColors() ? in onDecode()450 if (reallyHasAlpha && this->getRequireUnpremultipliedColors()) { in onDecode()600 if (this->getRequireUnpremultipliedColors() && *hasAlphap) { in getBitmapColorType()666 if (this->getRequireUnpremultipliedColors()) { in decodePalette()
125 if (this->getRequireUnpremultipliedColors()) { in onDecode()
115 return SkToBool(fHasAlpha) && !this->getRequireUnpremultipliedColors(); in shouldPremultiply()277 if (this->getRequireUnpremultipliedColors()) { in setDecodeConfig()
128 bool getRequireUnpremultipliedColors() const { return fRequireUnpremultipliedColors; } in getRequireUnpremultipliedColors() function
208 if (!bm->isOpaque() && this->getRequireUnpremultipliedColors()) { in onDecode()
207 if (this->getRequireUnpremultipliedColors()) { in decodeStream()