Home
last modified time | relevance | path

Searched refs:PreBlend (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScalerContext.h244 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
329 const SkMaskGamma::PreBlend fPreBlend;
333 const SkMaskGamma::PreBlend fPreBlendForFilter;
DSkMaskGamma.h130 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef
137 PreBlend preBlend(SkColor color) const;
DSkScalerContext.cpp92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
94 : SkMaskGamma::PreBlend()) in SkScalerContext()
252 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16()
373 const SkMaskGamma::PreBlend& maskPreBlend) { in generateMask()
DSkPaint.cpp1757 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContext::Rec& rec) { in GetMaskPreBlend()