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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 121 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
122 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
123 sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableB));
128 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
129 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
130 sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableB));
148 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(*srcR++, tableR),
149 sk_apply_lut_if<APPLY_PREBLEND>(*srcG++, tableG),
150 sk_apply_lut_if<APPLY_PREBLEND>(*srcB++, tableB));
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 132 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR),
133 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
134 sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableB));
139 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR),
140 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG),
141 sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableB));
159 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(*srcR++, tableR),
160 sk_apply_lut_if<APPLY_PREBLEND>(*srcG++, tableG),
161 sk_apply_lut_if<APPLY_PREBLEND>(*srcB++, tableB));
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.h 208 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { function
211 template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lut) { function
SkScalerContext.cpp 489 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(fir[0], maskPreBlend.fR);
490 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(fir[1], maskPreBlend.fG);
491 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB);
517 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fR);
518 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fG);
519 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB);
    [all...]
  /external/skia/src/core/
SkMaskGamma.h 208 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { function
211 template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lut) { function
SkScalerContext.cpp 489 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(fir[0], maskPreBlend.fR);
490 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(fir[1], maskPreBlend.fG);
491 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB);
517 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fR);
518 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fG);
519 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB);
    [all...]

Completed in 1345 milliseconds