Home
last modified time | relevance | path

Searched refs:fPremulType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/gradients/
DSkGradientShaderPriv.h348 PremulType getPremulType() const { return fPremulType; } in getPremulType()
388 PremulType fPremulType; // This only changes behavior for two and three color special cases. variable
DSkGradientShader.cpp1075 fPremulType = kBeforeInterp_PremulType; in GrGradientEffect()
1077 fPremulType = kAfterInterp_PremulType; in GrGradientEffect()
1082 fPremulType = kBeforeInterp_PremulType; in GrGradientEffect()