Searched refs:PreBlend (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkMaskGamma.h | 131 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef 138 PreBlend preBlend(SkColor color) const;
|
D | SkScalerContext.h | 326 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec); 411 const SkMaskGamma::PreBlend fPreBlend;
|
D | SkScalerContext.cpp | 84 , 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/ |
D | SkMaskGamma.h | 131 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef 138 PreBlend preBlend(SkColor color) const;
|
D | SkScalerContext.h | 348 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec); 431 const SkMaskGamma::PreBlend fPreBlend;
|
D | SkScalerContext.cpp | 84 , 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()
|