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

/external/chromium_org/third_party/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;
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
/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;
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */

Completed in 116 milliseconds