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

  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 314 static const uint8_t gDitherMatrix_Neon[48] = {
326 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
653 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 308 static const uint8_t gDitherMatrix_Neon[48] = {
320 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
    [all...]

Completed in 217 milliseconds