Searched refs:PreBlend (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkScalerContext.h | 343 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec); 390 const SkMask& mask, const SkPath& path, const SkMaskGamma::PreBlend& maskPreBlend, 442 const SkMaskGamma::PreBlend fPreBlend;
|
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.cpp | 86 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext() 140 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend() 298 const SkMaskGamma::PreBlend& maskPreBlend, in pack4xHToMask() 464 const SkMask& mask, const SkPath& path, const SkMaskGamma::PreBlend& maskPreBlend, in GenerateImageFromPath()
|