Searched defs:PreBlend (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkMaskGamma.h130 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef in class:SkTMaskGamma
137 PreBlend preBlend(SkColor color) const;
197 /** True if this PreBlend should be applied. When false, fR, fG, and fB are nullptr. */
/external/skqp/src/core/
H A DSkMaskGamma.h130 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef in class:SkTMaskGamma
137 PreBlend preBlend(SkColor color) const;
197 /** True if this PreBlend should be applied. When false, fR, fG, and fB are nullptr. */

Completed in 90 milliseconds