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 256 const SkMaskGamma::PreBlend fPreBlendForFilter;
SkScalerContext.cpp 93 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
593 if (fPreBlendForFilter.isApplicable()) {
594 applyLUTToA8Mask(srcM, fPreBlendForFilter.fG);

Completed in 33 milliseconds