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

  /external/skia/src/core/
SkBlitRow_D4444.cpp 108 *dst++ = SkDitherARGB32To4444(c, dither);
131 *dst++ = SkDitherARGB32To4444(c, DITHER_VALUE(x));
156 *dst = SkDitherARGB32To4444(c, d);
186 *dst = SkDitherARGB32To4444(c, d);
SkBlitter_4444.cpp 71 fRawColor16Other = SkDitherARGB32To4444(0xFF, SkColorGetR(c),
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 133 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[0], src[0],
158 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[1], src[2],
191 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
271 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
  /external/skia/include/core/
SkDither.h 143 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
156 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither)
SkColorPriv.h 660 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
664 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
677 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 60 *d++ = SkDitherARGB32To4444(c, DITHER_VALUE(x));

Completed in 570 milliseconds