Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDither.h181 #define DITHER_4444_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_4Bit_4X4[(y) & 3] macro
189 #define DITHER_4444_SCAN(y) const uint16_t dither_scan = gDitherMatrix_4Bit_16[(y) & 3] macro
/external/skia/samplecode/
DSampleDither.cpp78 DITHER_4444_SCAN(y); in pre_dither()