Home
last modified time | relevance | path

Searched refs:SkDitherARGB32To4444 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDither.h142 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g, in SkDitherARGB32To4444() function
155 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither) in SkDitherARGB32To4444() function
/external/skia/include/core/
DSkColorPriv.h916 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, in SkDitherARGB32To4444() function
933 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c), in SkDitherPixel32To4444()