HomeSort by relevance Sort by last modified time
    Searched refs:SkDitherARGB32To4444 (Results 1 - 5 of 5) 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)
SkColorData.h 777 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
794 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),
    [all...]
  /external/skqp/src/core/
SkDither.h 142 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g,
155 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither)
SkColorData.h 777 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r,
781 // SkDitherARGB32To4444(0x31, 0x2E, ...) would generate SkPackARGB4444(2, 3, ...)
794 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c),
    [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 92 milliseconds