HomeSort by relevance Sort by last modified time
    Searched refs:gDitherMatrix_3Bit_4X4 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDither.cpp 31 const uint8_t gDitherMatrix_3Bit_4X4[4][4] = {
  /external/skia/include/core/
SkDither.h 187 extern const uint8_t gDitherMatrix_3Bit_4X4[4][4];
190 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]

Completed in 112 milliseconds