Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_graphics.c67 bitmap = XT_IS_BITMAP(XX) ? true : false; in prima_get_gc()
92 bitmap = XT_IS_BITMAP(XX) ? true : false; in prima_release_gc()
324 if ( XT_IS_BITMAP(XX) || ( guts. idepth == 1)) { in prima_make_brush()
658 if (XT_IS_BITMAP(XX) || (( XT_IS_PIXMAP(XX) || XT_IS_APPLICATION(XX)) && guts.depth==1)) in apc_gp_can_draw_alpha()
1181 s. depth = XT_IS_BITMAP(X(self)) ? 1 : guts. idepth; in apc_gp_flood_fill()
1235 } else if ( XT_IS_BITMAP(XX)) { in apc_gp_get_pixel()
1493 if ( XT_IS_BITMAP(XX)) return 1; in apc_gp_get_bpp()
1718 if (XT_IS_BITMAP(XX) || (( XT_IS_PIXMAP(XX) || XT_IS_APPLICATION(XX)) && guts.depth==1)) in apc_gp_set_alpha()
1739 if (XT_IS_BITMAP(XX) || (( XT_IS_PIXMAP(XX) || XT_IS_APPLICATION(XX)) && guts.depth==1)) in apc_gp_set_antialias()
H A Dapc_img.c1655 if ( XT_IS_DBM(YY) && XT_IS_BITMAP(YY)) in img_put_bitmap_on_bitmap()
1751 if ( XT_IS_BITMAP(YY)) { in img_put_bitmap_on_pixmap()
2128 if (XT_IS_BITMAP(YY) || ( XT_IS_PIXMAP(YY) && guts.depth==1)) in get_image_src_format()
2136 if ( XT_IS_BITMAP(YY) || ( XT_IS_PIXMAP(YY) && guts.depth==1)) in get_image_src_format()
2184 if (XT_IS_BITMAP(XX) || (( XT_IS_PIXMAP(XX) || XT_IS_APPLICATION(XX)) && guts.depth==1)) in apc_gp_put_image()
H A Dapc_region.c582 ( XT_IS_BITMAP(XX) ? 1 : guts. depth ) in apc_gp_get_region()
H A Dcolor.c226 if (self && XT_IS_BITMAP(XX)) { in prima_allocate_color()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h798 #define XT_IS_BITMAP(x) ((x)->type.bitmap) macro