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

  /external/skia/src/ports/
SkScalerContext_win_dw.cpp     [all...]
SkFontHost_FreeType_common.cpp 453 if (fPreBlend.isApplicable()) {
455 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
458 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
609 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
615 dst[x] = fPreBlend.fG[dst[x]];
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp     [all...]
SkFontHost_FreeType_common.cpp 453 if (fPreBlend.isApplicable()) {
455 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
458 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
609 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
615 dst[x] = fPreBlend.fG[dst[x]];
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.h 421 const SkMaskGamma::PreBlend fPreBlend;
SkScalerContext.cpp 79 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
476 generateMask(mask, devPath, fPreBlend);
    [all...]
  /external/skqp/src/core/
SkScalerContext.h 391 const SkMaskGamma::PreBlend fPreBlend;
SkScalerContext.cpp 79 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
482 generateMask(mask, devPath, fPreBlend);
    [all...]

Completed in 183 milliseconds