Home
last modified time | relevance | path

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

/external/skia/src/effects/gradients/
DSkLinearGradient.cpp144 fApplyAlphaAfterInterp = true; in LinearGradientContext()
148 fApplyAlphaAfterInterp = false; in LinearGradientContext()
151 if (fApplyAlphaAfterInterp) { in LinearGradientContext()
750 if (fApplyAlphaAfterInterp) { in shade4_clamp()
759 if (fApplyAlphaAfterInterp) { in shade4_clamp()
765 if (fApplyAlphaAfterInterp) { in shade4_clamp()
DSkLinearGradient.h51 bool fApplyAlphaAfterInterp; variable