Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_render.c118 guts. argbColormap = XCreateColormap( DISP, guts. root, guts. argb_visual. visual, AllocNone); in prima_init_xrender_subsystem()
143 if ( guts. argbColormap ) in prima_done_xrender_subsystem()
144 XFreeColormap( DISP, guts. argbColormap ); in prima_done_xrender_subsystem()
H A Dapc_menu.c1291 draw.layered ? guts. argbColormap : guts. defaultColormap); in handle_menu_expose()
2445 YY-> colormap = pe->layered ? guts. argbColormap : guts. defaultColormap; in apc_menu_item_begin_paint()
H A Dapc_win.c325 XX-> colormap = layered ? guts. argbColormap : guts. defaultColormap; in apc_window_create()
H A Dapc_img.c427 XX-> colormap = guts. argbColormap; in apc_dbm_create()
2240 XX-> colormap = guts. argbColormap; in apc_image_begin_paint()
H A Dapc_widget.c260 XX-> colormap = layered ? guts. argbColormap : guts. defaultColormap; in apc_widget_create()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h726 Colormap argbColormap; member