Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitRow_D4444.cpp108 *dst++ = SkDitherARGB32To4444(c, dither); in S32_D4444_Opaque_Dither()
131 *dst++ = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in S32_D4444_Blend_Dither()
156 *dst = SkDitherARGB32To4444(c, d); in S32A_D4444_Opaque_Dither()
186 *dst = SkDitherARGB32To4444(c, d); in S32A_D4444_Blend_Dither()
DSkBlitter_4444.cpp71 fRawColor16Other = SkDitherARGB32To4444(0xFF, SkColorGetR(c), in SkARGB4444_Blitter()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp133 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[0], src[0], in Sample_Gray_D4444_D()
158 dst[x] = SkDitherARGB32To4444(0xFF, src[0], src[1], src[2], in Sample_RGBx_D4444_D()
191 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_RGBA_D4444_D()
271 dst[x] = SkDitherARGB32To4444(c, DITHER_VALUE(x)); in Sample_Index_D4444_D()
/external/skia/include/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
DSkColorPriv.h660 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, in SkDitherARGB32To4444() function
677 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c), in SkDitherPixel32To4444()