Searched refs:SkPackARGB4444 (Results 1 – 4 of 4) sorted by relevance
/external/skia/gm/ |
D | bitmappremul.cpp | 55 dst[x] = SkPackARGB4444(rowColor, rowColor, in make_argb4444_gradient() 91 dst[x] = SkPackARGB4444(rowColor, rowColor, in make_argb4444_stripes()
|
/external/skia/src/core/ |
D | SkDither.h | 153 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444() 170 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 206 dst[x] = SkPackARGB4444(0xF, gray, gray, gray); in Sample_Gray_D4444() 239 dst[x] = SkPackARGB4444(0xF, src[0] >> 4, src[1] >> 4, src[2] >> 4); in Sample_RGBx_D4444()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 809 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r, in SkPackARGB4444() function 906 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
|