Home
last modified time | relevance | path

Searched refs:SkPackARGB4444 (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dbitmappremul.cpp55 dst[x] = SkPackARGB4444(rowColor, rowColor, in make_argb4444_gradient()
91 dst[x] = SkPackARGB4444(rowColor, rowColor, in make_argb4444_stripes()
/external/skia/src/core/
DSkDither.h152 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
169 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
/external/skia/include/core/
DSkColorPriv.h832 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r, in SkPackARGB4444() function
929 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()