Searched refs:undoPremultipliedAlpha (Results 1 – 5 of 5) sorted by relevance
59 const bool undoPremultipliedAlpha = false; member75 lhs.undoPremultipliedAlpha == rhs.undoPremultipliedAlpha &&88 result = HashCombine(result, std::hash<bool>{}(le.undoPremultipliedAlpha)); in operator()
177 void generateEffectiveOOTF(bool undoPremultipliedAlpha, LinearEffect::SkSLType type, in generateEffectiveOOTF() argument194 if (undoPremultipliedAlpha) { in generateEffectiveOOTF()212 if (undoPremultipliedAlpha) { in generateEffectiveOOTF()243 generateEffectiveOOTF(linearEffect.undoPremultipliedAlpha, linearEffect.type, needsCustomOETF, in buildLinearEffectSkSL()
109 .undoPremultipliedAlpha = source.alphaType() == kPremul_SkAlphaType, in tonemapPaint()
154 bool undoPremultipliedAlpha; member
544 .undoPremultipliedAlpha = parameters.undoPremultipliedAlpha, in createRuntimeEffectShader()1039 .undoPremultipliedAlpha = !item.isOpaque && in drawLayersInternal()1110 .undoPremultipliedAlpha = false, in drawLayersInternal()1299 linearEffect.undoPremultipliedAlpha ? "true" : "false"); in dump()