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 701 if (fPreBlend.isApplicable()) {
702 rgb_to_a8<true>(src, glyph, fPreBlend.fG);
704 rgb_to_a8<false>(src, glyph, fPreBlend.fG);
708 if (fPreBlend.isApplicable()) {
710 rgb_to_lcd16<true, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
712 rgb_to_lcd16<true, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB)
    [all...]
SkFontHost_FreeType_common.cpp 370 if (fPreBlend.isApplicable()) {
372 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
375 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
499 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
505 dst[x] = fPreBlend.fG[dst[x]];
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.cpp 92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
523 if (fPreBlend.isApplicable()) {
524 applyLUTToA8Mask(mask, fPreBlend.fG);
528 generateMask(mask, devPath, fPreBlend);
SkScalerContext.h 326 const SkMaskGamma::PreBlend fPreBlend;

Completed in 150 milliseconds