Searched refs:convert_0565_to_0888 (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-fast-path.c510 d = over (src, convert_0565_to_0888 (d));
517 d = over (in (src, m), convert_0565_to_0888 (d));
569 d = over (src, convert_0565_to_0888 (d));
576 d = convert_0565_to_0888 (d);
732 d = over (s, convert_0565_to_0888 (d));
1115 d = over (src, convert_0565_to_0888 (*dst));
H A Dpixman-private.h900 convert_0565_to_0888 (uint16_t s) function
910 return convert_0565_to_0888 (s) | 0xff000000;
H A Dpixman-bits-image.c1117 return convert_0565_to_0888 (*((uint16_t *)row + x));

Completed in 856 milliseconds