Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dbitmap.h37 #define IS_BITMAP(obj) GTK_CHECK_TYPE(obj,bitmap_get_type()) macro
/dports/print/ttf2pt1/ttf2pt1-3.4.4/
H A Dglobal.h59 #define IS_BITMAP(name, bit) ( name[(bit)>>3] & (1<<((bit)&7)) ) macro
H A Dttf2pt1.c566 #define IS_UNI_BUCKET(unicode) IS_BITMAP(uni_user_buckets, (unicode)>>(16-BUCKET_ID_BITS))
H A Dpt1.c7183 if(IS_BITMAP(bits, id2)) in addkernpair()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dmwm.h314 IS_BITMAP enumerator
H A Dmwmparse.y826 { $<label>$.type = IS_BITMAP; $<label>$.string = $1; }
H A Dmwmparse.c2534 { (yyval.label).type = IS_BITMAP; (yyval.label).string = (yyvsp[(1) - (1)].string); }