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

  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 716 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { function
    [all...]
SkFontHost_mac.cpp 1075 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { function in struct:LinearInterpolater
1086 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, function in struct:LinearInterpolater
    [all...]
SkFontHost_win.cpp 1108 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { function
1206 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, function
    [all...]

Completed in 185 milliseconds