Home
last modified time | relevance | path

Searched refs:SkDitherARGB32To4444 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.cpp218 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[0], src[0], in Sample_Gray_D4444_D()
252 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[1], src[2], in Sample_RGBx_D4444_D()
315 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_RGBA_D4444_D()
334 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_RGBA_D4444_D_SkipZ()
472 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_Index_D4444_D()
507 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_Index_D4444_D_SkipZ()
/external/skia/src/core/
DSkDither.h143 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g, in SkDitherARGB32To4444() function
156 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither) in SkDitherARGB32To4444() function
DSkConfig8888.cpp265 dstRow[x] = SkDitherARGB32To4444(table[srcRow[x]], DITHER_VALUE(x)); in CopyPixels()
270 dstRow[x] = SkDitherARGB32To4444(srcRow[x], DITHER_VALUE(x)); in CopyPixels()
/external/skia/include/core/
DSkColorPriv.h893 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, in SkDitherARGB32To4444() function
910 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c), in SkDitherPixel32To4444()