Home
last modified time | relevance | path

Searched refs:SkPackARGB4444 (Results 1 – 4 of 4) 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.h153 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
170 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp206 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/
DSkColorPriv.h809 static inline SkPMColor16 SkPackARGB4444(unsigned a, unsigned r, in SkPackARGB4444() function
906 return SkPackARGB4444(a, r, g, b); in SkDitherARGB32To4444()