Home
last modified time | relevance | path

Searched refs:COLOR_B16 (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c244 xc. blue = COLOR_B16(color); in prima_allocate_color()
1149 xc. blue = COLOR_B16(req[i]); in prima_palette_replace()
1189 xc. blue = COLOR_B16(req[i]); in prima_palette_replace()
H A Dxft.c1621 xftcolor->color.blue = COLOR_B16(XX->fore.color); in filter_unsupported_rops()
1627 xftcolor->color.blue = COLOR_B16(~XX->fore.color); in filter_unsupported_rops()
1634 xftcolor->color.blue = COLOR_B16(XX->fore.color); in filter_unsupported_rops()
H A Dapc_graphics.c23 #define COLOR_B16(x) (((x)<<8)&0xFF00) macro
1315 xc. blue = COLOR_B16(color); in apc_gp_get_nearest_color()
H A Dapc_menu.c244 xftcolor.color.blue = COLOR_B16(data-> rgb); in text_out()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h369 #define COLOR_B16(x) (((x)<<8)&0xFF00) macro