HomeSort by relevance Sort by last modified time
    Searched refs:fPreBlendForFilter (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScalerContext.h 360 const SkMaskGamma::PreBlend fPreBlendForFilter;
SkScalerContext.cpp 79 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
561 if (fPreBlendForFilter.isApplicable()) {
562 applyLUTToA8Mask(srcM, fPreBlendForFilter.fG);

Completed in 2747 milliseconds