Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDither.cpp47 const uint16_t gDitherMatrix_4Bit_16[4] = { variable
/external/skia/include/core/
DSkDither.h187 extern const uint16_t gDitherMatrix_4Bit_16[4];
190 #define DITHER_4444_SCAN(y) const uint16_t dither_scan = gDitherMatrix_4Bit_16[(y) & 3]