Home
last modified time | relevance | path

Searched refs:imCategory (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dimg.c1113 int flags = im-> type & imCategory, bestflags = *k & imCategory, bestmatch; in apc_img_save()
1129 dBITS( bestflags = ( *k & imCategory)); in apc_img_save()
1139 bestflags = *k & imCategory; in apc_img_save()
/dports/graphics/IPA/IPA-1.08/Global/
H A Dfft.c289 if ( !spatial && (( img-> type & imCategory) != imComplexNumber)) in IPA__Global_band_filter()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DImage.c415 switch ( var-> type & imCategory) { in Image_get_nearest_color()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3048 #define imCategory 0xFF00 macro