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

/haiku/src/servers/app/
H A DRGBColor.cpp55 uint16 r16,g16,b16;
61 g16= (color >> 5) & 63;
65 col->green=uint8(g16 * RATIO_6_TO_8_BIT);
118 uint16 g16 = uint16(color.green * RATIO_8_TO_5_BIT); local
125 color16 |= g16 << 5;
143 uint16 g16 = uint16(color.green * RATIO_8_TO_6_BIT); local
147 color16 |= g16 << 5;

Completed in 80 milliseconds