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

  /external/skia/src/ports/
SkScalerContext_win_dw.cpp     [all...]
SkFontHost_FreeType_common.cpp 473 if (fPreBlend.isApplicable()) {
475 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
478 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
621 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
627 dst[x] = fPreBlend.fG[dst[x]];
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.cpp 79 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
504 if (fPreBlend.isApplicable()) {
505 applyLUTToA8Mask(mask, fPreBlend.fG);
509 generateMask(mask, devPath, fPreBlend);
SkScalerContext.h 356 const SkMaskGamma::PreBlend fPreBlend;

Completed in 3851 milliseconds