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

  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 168 if (fPreBlend.isApplicable()) {
170 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
173 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
239 if (fPreBlend.isApplicable()) {
241 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB)
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.cpp 92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
550 if (fPreBlend.isApplicable()) {
551 applyLUTToA8Mask(mask, fPreBlend.fG);
554 generateMask(mask, devPath, fPreBlend);
SkScalerContext.h 252 const SkMaskGamma::PreBlend fPreBlend;

Completed in 23 milliseconds