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

  /external/skia/src/core/
SkDither.cpp 38 const uint8_t gDitherMatrix_3Bit_4X4[4][4] = {
SkDither.h 180 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/src/opts/
SkBlitRow_opts_mips_dsp.cpp 384 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3];
    [all...]
SkBlitRow_opts_SSE2.cpp     [all...]

Completed in 248 milliseconds