Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDither.cpp38 const uint8_t gDitherMatrix_3Bit_4X4[4][4] = { variable
/external/skia/legacy/src/core/
DSkDither.cpp38 const uint8_t gDitherMatrix_3Bit_4X4[4][4] = { variable
/external/skia/legacy/include/core/
DSkDither.h180 extern const uint8_t gDitherMatrix_3Bit_4X4[4][4];
183 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]
/external/skia/include/core/
DSkDither.h180 extern const uint8_t gDitherMatrix_3Bit_4X4[4][4];
183 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]