Home
last modified time | relevance | path

Searched refs:monochromeMap (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_pointer.c203 xcb. pixel = guts. monochromeMap[0]; in create_cursor()
204 xcw. pixel = guts. monochromeMap[1]; in create_cursor()
819 xc. pixel = guts. monochromeMap[0]; in prima_null_pointer()
H A Dcolor.c626 guts. monochromeMap[0] = BlackPixel( DISP, SCREEN); in prima_init_color_subsystem()
627 guts. monochromeMap[1] = WhitePixel( DISP, SCREEN); in prima_init_color_subsystem()
718 guts. monochromeMap[0] = xc[0].pixel; in prima_init_color_subsystem()
719 guts. monochromeMap[1] = xc[1].pixel; in prima_init_color_subsystem()
H A Dapc_win.c1163 XSetForeground( DISP, gc, guts. monochromeMap[1]); in apc_window_set_icon()
H A Dapc_img.c1761 XSetForeground( DISP, XX-> gc, guts. monochromeMap[1]); in img_put_bitmap_on_pixmap()
1762 XSetBackground( DISP, XX-> gc, guts. monochromeMap[0]); in img_put_bitmap_on_pixmap()
H A Dapc_menu.c1193 XSetForeground( DISP, draw->gc, guts. monochromeMap[0]); in DECL_DRAW()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h715 unsigned long monochromeMap[2]; member