Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c89 if ( guts. argb_depth ) { in prima_prepare_ximage()
91 idepth = guts. argb_depth; in prima_prepare_ximage()
358 int depth = layered ? guts. argb_depth : ( bitmap ? 1 : guts. depth ); in apc_image_begin_paint_info()
424 if ( guts. argb_depth ) { in apc_dbm_create()
426 depth = guts. argb_depth; in apc_dbm_create()
1251 target_bpp = guts. argb_depth; in create_image_cache()
2226 int depth = layered ? guts. argb_depth : ( bitmap ? 1 : guts. depth ); in apc_image_begin_paint()
2602 switch ( guts. argb_depth) { in prima_query_argb_rect()
2616 …warn("UAI_023: unsupported backing image conversion from %d to %d\n", guts. argb_depth, guts. qdep… in prima_query_argb_rect()
H A Dapc_render.c104 guts. argb_depth = f-> depth; in prima_init_xrender_subsystem()
114 guts. argb_depth = 0; in prima_init_xrender_subsystem()
H A Dapc_region.c581 XF_LAYERED(XX) ? guts. argb_depth : in apc_gp_get_region()
H A Dapc_graphics.c1494 if ( XF_LAYERED(XX)) return guts. argb_depth; in apc_gp_get_bpp()
H A Dapc_menu.c335 guts. argb_depth && in create_menu_bitmap()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h653 int argb_depth; /* image depth for xrender RGBA */ member