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

  /external/skia/src/core/
SkDither.h 142 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
155 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither)
  /external/skia/include/core/
SkColorPriv.h 916 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
920 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 388 *d++ = SkDitherARGB32To4444(pmc, DITHER_VALUE(x));
404 *d++ = SkDitherARGB32To4444(pmc, DITHER_VALUE(x));
    [all...]

Completed in 74 milliseconds