Home | History | Annotate | Download | only in core

Lines Matching defs:SkPixel32ToPixel16

513 static inline U16CPU SkPixel32ToPixel16(SkPMColor c) {
526 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src))