Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.h244 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
DSkScalerContext.cpp92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec)) in SkScalerContext()
93 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec) in SkScalerContext()
DSkPaint.cpp1757 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContext::Rec& rec) { in GetMaskPreBlend() function in SkScalerContext