Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScalerContext.h344 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
430 const SkMaskGamma::PreBlend fPreBlend;
434 const SkMaskGamma::PreBlend fPreBlendForFilter;
DSkMaskGamma.h131 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef
138 PreBlend preBlend(SkColor color) const;
DSkScalerContext.cpp53 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
55 : SkMaskGamma::PreBlend()) in SkScalerContext()
106 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
263 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16()
384 const SkMaskGamma::PreBlend& maskPreBlend) { in generateMask()
/external/skia/src/core/
DSkMaskGamma.h131 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef
138 PreBlend preBlend(SkColor color) const;
DSkScalerContext.h332 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
422 const SkMaskGamma::PreBlend fPreBlend;
DSkScalerContext.cpp84 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
135 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
295 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16()
416 const SkMaskGamma::PreBlend& maskPreBlend) { in generateMask()