Home
last modified time | relevance | path

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

/third_party/flutter/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.h326 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
411 const SkMaskGamma::PreBlend fPreBlend;
DSkScalerContext.cpp84 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
302 const SkMaskGamma::PreBlend& maskPreBlend, in pack4xHToLCD16()
455 const SkMaskGamma::PreBlend& maskPreBlend, in generateMask()
/third_party/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.h348 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
431 const SkMaskGamma::PreBlend fPreBlend;
DSkScalerContext.cpp84 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
291 const SkMaskGamma::PreBlend& maskPreBlend, in pack4xHToMask()
455 const SkMaskGamma::PreBlend& maskPreBlend, in generateMask()