Home | History | Annotate | Download | only in ports

Lines Matching refs:rgb_to_lcd16

732 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb) {
829 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB,
837 dst[i] = rgb_to_lcd16(src[i] ^ xorMask);
938 rgb_to_lcd16(src, srcRB, glyph, rgbXOR);