Searched refs:SkPackARGB4444 (Results 1 – 3 of 3) 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 | 152 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444() 169 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 832 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r, in SkPackARGB4444() function 929 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
|