Searched defs:a8_to_rgb565 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkScalerContext.cpp366 static uint16_t a8_to_rgb565(unsigned a8) { function
382 dstP[x] = a8_to_rgb565(srcP[x]);

Completed in 98 milliseconds