Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitRow_D4444.cpp101 *dst++ = SkDitherARGB32To4444(c, dither); in S32_D4444_Opaque_Dither()
124 *dst++ = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in S32_D4444_Blend_Dither()
149 *dst = SkDitherARGB32To4444(c, d); in S32A_D4444_Opaque_Dither()
179 *dst = SkDitherARGB32To4444(c, d); in S32A_D4444_Blend_Dither()
DSkBlitter_4444.cpp79 fRawColor16Other = SkDitherARGB32To4444(0xFF, SkColorGetR(c), in SkARGB4444_Blitter()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp140 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[0], src[0], in Sample_Gray_D4444_D()
165 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[1], src[2], in Sample_RGBx_D4444_D()
198 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_RGBA_D4444_D()
278 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_Index_D4444_D()
/external/skia/include/core/
DSkDither.h150 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, U8CPU g, in SkDitherARGB32To4444() function
163 static inline SkPMColor16 SkDitherARGB32To4444(SkPMColor c, unsigned dither) in SkDitherARGB32To4444() function
DSkColorPriv.h586 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, in SkDitherARGB32To4444() function
603 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c), in SkDitherPixel32To4444()