Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.h343 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
390 const SkMask& mask, const SkPath& path, const SkMaskGamma::PreBlend& maskPreBlend,
442 const SkMaskGamma::PreBlend fPreBlend;
DSkMaskGamma.h131 typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> PreBlend; typedef
138 PreBlend preBlend(SkColor color) const;
DSkScalerContext.cpp86 , 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()