Home
last modified time | relevance | path

Searched refs:dbtBitmap (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDeviceBitmap.c67 pset_i( type, (var-> type == dbtBitmap) ? imBW : imRGB); in xdup()
H A DImage.c1269 pset_i( type, (var-> type == imBW) ? dbtBitmap : dbtPixmap); in Image_bitmap()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dgdiplus.c52 ( is_apt(aptDeviceBitmap) && ((PDeviceBitmap)self)->type == dbtBitmap) || in apc_gp_set_alpha()
82 ( is_apt(aptDeviceBitmap) && ((PDeviceBitmap)self)->type == dbtBitmap) || in apc_gp_set_antialias()
H A Dimage.c1240 case dbtBitmap: src = SRC_BITMAP; break; in apc_gp_stretch_image()
1270 if (( is_apt(aptDeviceBitmap) && ((PDeviceBitmap)self)->type == dbtBitmap) || in apc_gp_stretch_image()
1461 case dbtBitmap: in apc_dbm_create()
1509 case dbtBitmap: in apc_dbm_create()
H A Dgp.c356 return ((PDeviceBitmap)self)->type != dbtBitmap; in apc_gp_can_draw_alpha()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c413 if ( guts. idepth == 1) type = dbtBitmap; in apc_dbm_create()
419 case dbtBitmap: in apc_dbm_create()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod448 pset_i( type, (var-> type == dbtBitmap) ? imBW : imRGB);
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3252 #define dbtBitmap 0 /* 1-bit BW bitmap */ macro