Searched refs:grayscale_to_a8 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp692 static void grayscale_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, function
929 grayscale_to_a8<true>(src, glyph, fPreBlend.fG);
931 grayscale_to_a8<false>(src, glyph, fPreBlend.fG);

Completed in 66 milliseconds