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

  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 740 if (fPreBlend.isApplicable()) {
741 rgb_to_a8<true>(src, glyph, fPreBlend.fG);
743 rgb_to_a8<false>(src, glyph, fPreBlend.fG);
746 if (fPreBlend.isApplicable()) {
747 rgb_to_lcd16<true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
749 rgb_to_lcd16<false>(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/ports/
SkScalerContext_win_dw.cpp 700 if (fPreBlend.isApplicable()) {
701 rgb_to_a8<true>(src, glyph, fPreBlend.fG);
703 rgb_to_a8<false>(src, glyph, fPreBlend.fG);
706 if (fPreBlend.isApplicable()) {
707 rgb_to_lcd16<true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
709 rgb_to_lcd16<false>(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/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
558 if (fPreBlend.isApplicable()) {
559 applyLUTToA8Mask(mask, fPreBlend.fG);
563 generateMask(mask, devPath, fPreBlend);
SkScalerContext.h 280 const SkMaskGamma::PreBlend fPreBlend;
  /external/skia/src/core/
SkScalerContext.cpp 99 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
732 if (fPreBlend.isApplicable()) {
733 applyLUTToA8Mask(mask, fPreBlend.fG);
737 generateMask(mask, devPath, fPreBlend);
    [all...]
SkScalerContext.h 312 const SkMaskGamma::PreBlend fPreBlend;

Completed in 574 milliseconds