Home
last modified time | relevance | path

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

/external/skia/src/shaders/gradients/
DSkLinearGradient.cpp141 fApplyAlphaAfterInterp = true; in LinearGradientContext()
145 fApplyAlphaAfterInterp = false; in LinearGradientContext()
148 if (fApplyAlphaAfterInterp) { in LinearGradientContext()
762 if (fApplyAlphaAfterInterp) { in shade4_clamp()
773 if (fApplyAlphaAfterInterp) { in shade4_clamp()
779 if (fApplyAlphaAfterInterp) { in shade4_clamp()
DSkLinearGradient.h44 bool fApplyAlphaAfterInterp; variable