HomeSort by relevance Sort by last modified time
    Searched defs:SkDitherARGB32To4444 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkDither.h 150 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
163 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither)
SkColorPriv.h 591 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
595 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
608 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),

Completed in 4656 milliseconds