Home
last modified time | relevance | path

Searched refs:SkPixel32ToPixel4444 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.cpp277 dst[x] = SkPixel32ToPixel4444(c); in Sample_RGBA_D4444()
295 dst[x] = SkPixel32ToPixel4444(c); in Sample_RGBA_D4444_SkipZ()
455 dst[x] = SkPixel32ToPixel4444(c); in Sample_Index_D4444()
488 dst[x] = SkPixel32ToPixel4444(c); in Sample_Index_D4444_SkipZ()
/external/skia/include/core/
DSkColorPriv.h864 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) { in SkPixel32ToPixel4444() function