Home
last modified time | relevance | path

Searched refs:XF_LAYERED (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c450 XX->type.bitmap ? 1 : (XF_LAYERED(XX) ? 32 : 0), in apc_dbm_create()
1757 if ( XF_LAYERED(XX)) { in img_put_bitmap_on_pixmap()
2130 else if ( XF_LAYERED(YY)) in get_image_src_format()
2138 else if ( XF_LAYERED(YY)) in get_image_src_format()
2146 …if (XF_LAYERED(XX) && !XT_IS_ICON(YY) && (PImage(image)->type & imGrayScale) && *rop == ropAlphaCo… in get_image_src_format()
2186 else if ( XF_LAYERED(XX)) in apc_gp_put_image()
2238 if ( XF_LAYERED(XX)) { in apc_image_begin_paint()
2243 bitmap ? 1 : (XF_LAYERED(XX) ? 32 : 0), in apc_image_begin_paint()
2677 if ( XF_LAYERED(XX)) in apc_image_end_paint()
H A Dapc_graphics.c68 layered = XF_LAYERED(XX) ? true : false; in prima_get_gc()
93 layered = XF_LAYERED(XX) ? true : false; in prima_release_gc()
631 if ( !XF_LAYERED(XX)) return false; in apc_gp_alpha()
1265 depth = XF_LAYERED(XX) ? guts. argb_visual. depth : guts. idepth; in apc_gp_get_pixel()
1494 if ( XF_LAYERED(XX)) return guts. argb_depth; in apc_gp_get_bpp()
H A Dapc_region.c581 XF_LAYERED(XX) ? guts. argb_depth : in apc_gp_get_region()
H A Dapc_widget.c475 CREATE_ARGB_PICTURE(XX->gdrawable, XF_LAYERED(XX) ? 32 : 0, XX->argb_picture); in apc_widget_begin_paint()
617 if ( !XX-> flags. layered_requested && XF_LAYERED(XX) && XX-> gc) { in apc_widget_end_paint()
H A Dapc_menu.c2382 if ( XF_LAYERED(XX)) { in apc_window_set_menu()
2407 Bool layered = XF_LAYERED(XX); in apc_window_set_menu()
H A Dcolor.c215 if ( self && XF_LAYERED(XX) ) in prima_allocate_color()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h931 #define XF_LAYERED(x) ((x)->flags.layered) macro