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

  /external/skia/src/core/
SkBlitRow_D4444.cpp 94 DITHER_4444_SCAN(y);
114 DITHER_4444_SCAN(y);
136 DITHER_4444_SCAN(y);
166 DITHER_4444_SCAN(y);
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 126 DITHER_4444_SCAN(y);
150 DITHER_4444_SCAN(y);
181 DITHER_4444_SCAN(y);
261 DITHER_4444_SCAN(y);
  /external/skia/include/core/
SkDither.h 189 #define DITHER_4444_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_4Bit_4X4[(y) & 3]
197 #define DITHER_4444_SCAN(y) const uint16_t dither_scan = gDitherMatrix_4Bit_16[(y) & 3]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 53 DITHER_4444_SCAN(y);

Completed in 63 milliseconds