Home | History | Annotate | Download | only in core

Lines Matching refs:SkPackARGB4444

693 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
790 return SkPackARGB4444(a, r, g, b);