Searched refs:gDitherMatrix_3Bit_16 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkDither.cpp51 const uint16_t gDitherMatrix_3Bit_16[4] = { variable
/external/skia/include/core/
H A DSkDither.h188 extern const uint16_t gDitherMatrix_3Bit_16[4];
191 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]

Completed in 83 milliseconds