Searched defs:table8 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp606 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { argument
616 dst[i] = sk_apply_lut_if<APPLY_PREBLEND>((r + g + b) / 3, table8);
H A DSkFontHost_win.cpp1128 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { argument
1132 return sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1240 const SkGlyph& glyph, const uint8_t* table8) {
1247 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8);
1239 rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, const uint8_t* table8) argument
H A DSkFontHost_mac.cpp1114 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { argument
1118 return sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1122 const SkGlyph& glyph, const uint8_t* table8) {
1129 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8);
1121 rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph, const uint8_t* table8) argument
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp575 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { argument
585 dst[i] = sk_apply_lut_if<APPLY_PREBLEND>((r + g + b) / 3, table8);
H A DSkFontHost_win.cpp1160 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { argument
1164 return sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1272 const SkGlyph& glyph, const uint8_t* table8) {
1279 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8);
1271 rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, const uint8_t* table8) argument
H A DSkFontHost_mac.cpp1114 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { argument
1118 return sk_apply_lut_if<APPLY_PREBLEND>(SkComputeLuminance(r, g, b), table8);
1122 const SkGlyph& glyph, const uint8_t* table8) {
1129 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8);
1121 rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph, const uint8_t* table8) argument

Completed in 142 milliseconds