Home
last modified time | relevance | path

Searched refs:imBW (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dimage.c27 else if ( PImage( self)-> type == imBW) in image_guess_bitmap_type()
260 if ( i-> type != imBW ) in image_create_bitmap_by_type()
360 #define image_convert_for_bitmap(image,inplace) image_convert_to_type(image,imBW,inplace)
1245 Bool src_mono = img-> type == imBW; in apc_gp_stretch_image()
1259 Bool src_mono = img-> type == imBW; in apc_gp_stretch_image()
1271 ( is_apt(aptImage) && ((PImage)self)-> type == imBW )) in apc_gp_stretch_image()
1276 (is_apt(aptImage) && ((PImage)self)-> type != imBW )) in apc_gp_stretch_image()
1349 else if ( PImage( self)-> type == imBW) in apc_image_begin_paint()
1367 if ( PImage( self)-> type == imBW) in apc_image_begin_paint_info()
H A Dgdiplus.c53 ( is_apt(aptImage) && ((PImage)self)-> type == imBW ) in apc_gp_set_alpha()
83 ( is_apt(aptImage) && ((PImage)self)-> type == imBW ) in apc_gp_set_antialias()
H A Dgp.c358 return ((PImage)self)-> type != imBW; in apc_gp_can_draw_alpha()
/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.c62 var-> type = imBW; in Image_init()
1269 pset_i( type, (var-> type == imBW) ? dbtBitmap : dbtPixmap); in Image_bitmap()
1649 case imBW: in color2pixel()
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dimgtype.c70 case imBW: in ic_type_convert()
79 case imBW: in ic_type_convert()
H A Dimgscale.c343 {imBW, STRETCH_INT(mono) },
923 case imBW:
1090 case imBW:
H A Dput.c236 img_fill_dummy( &dummy, s-> w, s-> h, imBW, s-> mask, stdmono_palette); in img_put()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c356 Bool bitmap = (img-> type == imBW) || ( guts. idepth == 1); in apc_image_begin_paint_info()
395 XX-> type.pixmap = (img-> type == imBW) ? 0 : 1; in apc_image_update_change()
1343 if ( target_bpp <= 8 && img-> type != imBW) { in create_image_cache()
1691 CImage( obj)-> set_type( obj, imBW); in img_put_pixmap_on_bitmap()
2224 Bool bitmap = (img-> type == imBW) || ( guts. idepth == 1); in apc_image_begin_paint()
2436 int target_depth = ( img-> type == imBW) ? 1 : guts. qdepth; in prima_query_image()
2487 Bool mono = PImage(self)-> type == imBW || guts. depth == 1; in prima_std_query_image()
2758 (src == SRC_BITMAP) ? imBW : guts. qdepth, in apc_gp_stretch_image()
2775 (src == SRC_BITMAP) ? imBW : guts. qdepth in apc_gp_stretch_image()
H A Dapc_pointer.c415 CIcon(icon)-> create_empty( icon, w, h, imBW); in xlib_cursor_load()
810 n-> self-> create_empty( nullc, 16, 16, imBW); in prima_null_pointer()
H A Dapc_region.c607 img_fill_dummy( &pi, w, h, imBW | imGrayScale, NULL, NULL); in apc_gp_get_region()
H A Dapc_win.c706 CImage( mask)-> create_empty( mask, ax, ay, ( ad == 1) ? imBW : guts. qdepth); in apc_window_get_icon()
709 CImage( mask)-> type( mask, true, imBW); in apc_window_get_icon()
H A Dapc_clipboard.c805 "type", (d == 1) ? imBW : guts.qdepth in apc_clipboard_get_data()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dcodecs.pod46 _l-> width, _l-> height, imBW);
184 _l-> _reversed_BW ? imbpp1 : imBW);
202 _l-> _reversed_BW ? imbpp1 : imBW);
H A Dinternals.pod448 pset_i( type, (var-> type == dbtBitmap) ? imBW : imRGB);
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3074 #define imBW (imMono|imGrayScale) macro