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

  /external/skia/src/core/
SkDither.cpp 24 const uint8_t gDitherMatrix_4Bit_4X4[4][4] = {
  /external/skia/include/core/
SkDither.h 186 extern const uint8_t gDitherMatrix_4Bit_4X4[4][4];
189 #define DITHER_4444_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_4Bit_4X4[(y) & 3]

Completed in 36 milliseconds