Searched refs:SkDitherARGB32To4444 (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkBlitRow_D4444.cpp | 101 *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()
|
D | SkBlitter_4444.cpp | 79 fRawColor16Other = SkDitherARGB32To4444(0xFF, SkColorGetR(c), in SkARGB4444_Blitter()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 140 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/ |
D | SkDither.h | 150 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
|
D | SkColorPriv.h | 586 static inline SkPMColor16 SkDitherARGB32To4444(U8CPU a, U8CPU r, in SkDitherARGB32To4444() function 603 return SkDitherARGB32To4444(SkGetPackedA32(c), SkGetPackedR32(c), in SkDitherPixel32To4444()
|