Searched refs:SkDitherARGB32To4444 (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkBlitRow_D4444.cpp101 *dst++ = SkDitherARGB32To4444(c, dither);
124 *dst++ = SkDitherARGB32To4444(c, DITHER_VALUE(x));
149 *dst = SkDitherARGB32To4444(c, d);
179 *dst = SkDitherARGB32To4444(c, d);
H A DSkBlitter_4444.cpp79 fRawColor16Other = SkDitherARGB32To4444(0xFF, SkColorGetR(c),
/external/skia/src/images/
H A DSkScaledBitmapSampler.cpp140 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[0], src[0],
165 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[1], src[2],
198 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
278 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
/external/skia/include/core/
H A DSkDither.h150 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g, function
163 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither) function
H A DSkColorPriv.h591 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, function
595 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
608 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),

Completed in 70 milliseconds