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

  /external/skia/src/core/
SkDither.h 182 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]
190 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]
  /external/skqp/src/core/
SkDither.h 182 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]
190 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 373 DITHER_565_SCAN(y);
    [all...]

Completed in 203 milliseconds