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

  /external/skia/src/core/
SkDither.cpp 40 const uint16_t gDitherMatrix_4Bit_16[4] = {
  /external/skia/include/core/
SkDither.h 194 extern const uint16_t gDitherMatrix_4Bit_16[4];
197 #define DITHER_4444_SCAN(y) const uint16_t dither_scan = gDitherMatrix_4Bit_16[(y) & 3]

Completed in 277 milliseconds