Home
last modified time | relevance | path

Searched refs:DITHER_565_SCAN (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkDither.h182 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3] macro
190 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3] macro