Home | History | Annotate | Download | only in core

Lines Matching refs:SkDitherARGB32To4444

777 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
794 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),