Home
last modified time | relevance | path

Searched refs:mapped_im (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dexport.c275 int *mapped_im, *row_pointer ; in ASImage2xpm() local
318 row_pointer = mapped_im ; in ASImage2xpm()
344 free( mapped_im ); in ASImage2xpm()
357 int *mapped_im, *row_pointer ; in ASImage2xpmRawBuff() local
374 if (mapped_im == NULL) in ASImage2xpmRawBuff()
393 free( mapped_im ); in ASImage2xpmRawBuff()
424 row_pointer = mapped_im ; in ASImage2xpmRawBuff()
455 free( mapped_im ); in ASImage2xpmRawBuff()
1045 int *mapped_im ; in ASImage2gif() local
1091 free( mapped_im ); in ASImage2gif()
[all …]
H A Dascmap.c409 int *mapped_im = NULL; in colormap_asimage() local
455 dst = mapped_im = safemalloc( im->width*im->height*sizeof(int)); in colormap_asimage()
650 dst = mapped_im ; in colormap_asimage()
697 return mapped_im ; in colormap_asimage()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dexport.c272 int *mapped_im, *row_pointer ; in ASImage2xpm() local
315 row_pointer = mapped_im ; in ASImage2xpm()
341 free( mapped_im ); in ASImage2xpm()
354 int *mapped_im, *row_pointer ; in ASImage2xpmRawBuff() local
371 if (mapped_im == NULL) in ASImage2xpmRawBuff()
390 free( mapped_im ); in ASImage2xpmRawBuff()
421 row_pointer = mapped_im ; in ASImage2xpmRawBuff()
452 free( mapped_im ); in ASImage2xpmRawBuff()
949 int *mapped_im ; in ASImage2gif() local
995 free( mapped_im ); in ASImage2gif()
[all …]
H A Dascmap.c409 int *mapped_im = NULL; in colormap_asimage() local
455 dst = mapped_im = safemalloc( im->width*im->height*sizeof(int)); in colormap_asimage()
650 dst = mapped_im ; in colormap_asimage()
697 return mapped_im ; in colormap_asimage()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dimageinfo.c481 IM_FREEF( im_close, imageinfo->mapped_im ); in imageinfo_finalize()
620 imageinfo->mapped_im = NULL; in imageinfo_init()
1070 if( !imageinfo->mapped_im ) { in imageinfo_get_mapped()
1072 IMAGE *mapped_im; in imageinfo_get_mapped() local
1077 !(mapped_im = im_open( name, "p" )) ) in imageinfo_get_mapped()
1080 argv[1] = mapped_im->filename; in imageinfo_get_mapped()
1083 if( im_maplut( im, mapped_im, imageinfo->im ) || in imageinfo_get_mapped()
1084 im_updatehist( mapped_im, "im_maplut", 3, argv ) ) { in imageinfo_get_mapped()
1085 im_close( mapped_im ); in imageinfo_get_mapped()
1089 imageinfo->mapped_im = mapped_im; in imageinfo_get_mapped()
[all …]
H A Dimageinfo.h118 IMAGE *mapped_im; /* Cache image mapped-thru-lut here */ member