Home
last modified time | relevance | path

Searched refs:imLong (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dimgtype.c156 case imLong: \ in ic_type_convert()
332 case imLong: in ic_type_convert()
353 case imLong : ic_Short_Long( BCPARMS); break; in ic_type_convert()
362 case imLong: switch ( dstType) in ic_type_convert()
380 case imLong : ic_float_Long( BCPARMS); break; in ic_type_convert()
394 case imLong : ic_double_Long( BCPARMS); break; in ic_type_convert()
446 case imLong: ic_float_complex_Long(BCPARMS); break; in ic_type_convert()
457 case imLong: ic_double_complex_Long(BCPARMS); break; in ic_type_convert()
471 imShort, imLong, imFloat, imDouble,
H A Dcodec_tiff.c533 case imLong: in invert_scanline()
948 if ( source_bits > 16) target_type = imLong; else in load()
1068 case imLong: in load()
1455 case imLong: in load()
H A Dimgscale.c351 {imLong, STRETCH_INT(int32_t) },
1009 HANDLE_TYPE(Long, imLong);
1033 HANDLE_TYPE(Long, imLong);
H A Drotate.c582 case imLong : shear_func = shear_## letter ##_scanline_Long; break;\
H A Dput.c861 case imLong: in resample_colors()
/dports/graphics/IPA/IPA-1.08/Point/
H A DPoint2.c24 case imLong: { in constant()
56 case imLong: sz = sizeof(I32); break; in IPA__Point_mask()
151 case imLong: DOMASKING(I32); break; in IPA__Point_mask()
H A DPoint.c107 bimg=createNamedImage(img[0]->w,img[0]->h,imLong,"combine buffer"); in IPA__Point_combine()
229 case imLong: return 0x7fffffff; in imgmax()
244 case imLong: return -0x7ffffffe; in imgmin()
399 bufimg=createNamedImage(img1->w,img1->h,imLong,"IPA::Point::subtract(raw)"); in IPA__Point_subtract()
/dports/graphics/IPA/IPA-1.08/Morphology/
H A DMorphology2.c299 …if ( IMi-> type != imByte && IMi-> type != imShort && IMi-> type != imLong && IMi-> type != imFloa… in IPA__Morphology_dilate()
319 case imLong: DILATEERODE8(I32,max); break; in IPA__Morphology_dilate()
327 case imLong: DILATEERODE4(I32,max); break; in IPA__Morphology_dilate()
350 …if ( IMi-> type != imByte && IMi-> type != imShort && IMi-> type != imLong && IMi-> type != imFloa… in IPA__Morphology_erode()
370 case imLong: DILATEERODE8(I32,min); break; in IPA__Morphology_erode()
378 case imLong: DILATEERODE4(I32,min); break; in IPA__Morphology_erode()
425 …if ( i1-> type != imByte && i1-> type != imShort && i1-> type != imLong && i1-> type != imFloat &&… in IPA__Morphology_algebraic_difference()
442 case imLong: ALGDIFF(I32); break; in IPA__Morphology_algebraic_difference()
949 …if ( I-> type != imByte && I-> type != imShort && I-> type != imLong && I-> type != imFloat && I->…
977 case imLong: reconstruct_I32_4(I,J); break;
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Image/
H A DBar.t162 is( $i->pixel(0,0), 0x123456, "imLong");
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DImage.c953 case imLong: gather_stats(int32_t); break; in Image_stats()
986 case imLong: rs_Long_Long ( RSPARMS); break; in Image_resample()
1673 case imLong : in color2pixel()
/dports/graphics/IPA/IPA-1.08/Local/
H A DLocal.c498 bufimg=createNamedImage(img->w,img->h,imLong,bufImgName); in filter3x3()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3090 #define imLong (imbpp32|imGrayScale|imSignedInt) macro
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c1277 ( img-> type == imLong || img-> type == imShort)) { in create_image_cache()