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

/system/core/libpixelflinger/
H A Dscanline.cpp1142 return rgb888ToRgb565(r,g,b);
1145 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { function in struct:android::ditherer

Completed in 371 milliseconds