HomeSort by relevance Sort by last modified time
    Searched full:dither_value (Results 1 - 9 of 9) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 829 unsigned dither = DITHER_VALUE(x);
835 unsigned short dither_value[8]; local
968 unsigned short dither_value[8]; local
    [all...]
SkBlitRow_opts_mips_dsp.cpp 245 int d = SkAlphaMul(DITHER_VALUE(x), SkAlpha255To256(a));
370 unsigned dither = DITHER_VALUE(x);
520 int dither = DITHER_VALUE(x);
    [all...]
SkBlitRow_opts_arm_neon.cpp     [all...]
  /external/skia/src/core/
SkBlitRow_D16.cpp 98 unsigned dither = DITHER_VALUE(x);
117 int dither = DITHER_VALUE(x);
147 int d = SkAlphaMul(DITHER_VALUE(x), SkAlpha255To256(a));
184 int dither = DITHER_VALUE(x);
SkDither.h 185 #define DITHER_VALUE(x) dither_scan[(x) & 3]
193 #define DITHER_VALUE(x) ((dither_scan >> (((x) & 3) << 2)) & 0xF)
SkConfig8888.cpp 265 dstRow[x] = SkDitherARGB32To4444(table[srcRow[x]], DITHER_VALUE(x));
270 dstRow[x] = SkDitherARGB32To4444(srcRow[x], DITHER_VALUE(x));
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 131 dst[x] = SkDitherRGBTo565(src[0], src[0], src[0], DITHER_VALUE(x));
164 dst[x] = SkDitherRGBTo565(src[0], src[1], src[2], DITHER_VALUE(x));
219 DITHER_VALUE(x));
253 DITHER_VALUE(x));
315 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
334 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
431 SkGetPackedB32(c), DITHER_VALUE(x));
472 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
507 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x));
  /external/skia/samplecode/
SampleDither.cpp 95 unsigned d = DITHER_VALUE(x);
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 440 DITHER_VALUE(x));
451 *d++ = SkDitherARGB32To4444(pmc, DITHER_VALUE(x));
467 *d++ = SkDitherARGB32To4444(pmc, DITHER_VALUE(x));
    [all...]

Completed in 2964 milliseconds