HomeSort by relevance Sort by last modified time
    Searched refs:PreBlend (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkScalerContext.h 244 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
323 // SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.
326 const SkMaskGamma::PreBlend fPreBlend;
330 const SkMaskGamma::PreBlend fPreBlendForFilter;
SkMaskGamma.h 129 /** The type of the mask pre-blend which will be returned from preBlend(SkColor). */
130 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend;
137 PreBlend preBlend(SkColor color) const;
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
206 SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::preBlend(SkColor color) const {
SkScalerContext.cpp 92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
94 : SkMaskGamma::PreBlend())
252 const SkMaskGamma::PreBlend& maskPreBlend) {
373 const SkMaskGamma::PreBlend& maskPreBlend) {
SkPaint.cpp     [all...]

Completed in 216 milliseconds