/external/ImageMagick/coders/ |
pdf.c | [all...] |
pwp.c | 269 status=SetImageProgress(image,LoadImagesTag,TellBlob(pwp_image),
|
ps3.c | 478 start=TellBlob(image); 485 stop=TellBlob(image); 609 length=(size_t) (TellBlob(image)-stop); 610 stop=TellBlob(image); [all...] |
aai.c | 234 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
avs.c | 233 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
fits.c | 190 offset=TellBlob(image); 395 while (((TellBlob(image) % FITSBlocksize) != 0) && (c != EOF)) 512 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 862 length=(size_t) (FITSBlocksize-TellBlob(image) % FITSBlocksize);
|
jnx.c | 278 restore_offset=TellBlob(image);
|
mtv.c | 234 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
pdb.c | 377 num_pad_bytes = (size_t) (img_offset - TellBlob( image )); 598 num_pad_bytes = (size_t) (comment_offset - TellBlob( image )); 976 (TellBlob(image)+8*pdb_info.number_records)); 986 (void) WriteBlobMSBLong(image,(unsigned int) (TellBlob(image)+8+58+q- [all...] |
pix.c | 253 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
ps2.c | 713 start=TellBlob(image); 718 stop=TellBlob(image); [all...] |
xcf.c | 740 saved_pos=TellBlob(image); 855 saved_pos=TellBlob(image); [all...] |
wpg.c | [all...] |
cut.c | 394 offset=SeekBlob(image,TellBlob(image)+i,SEEK_SET); 500 j=(ssize_t) TellBlob(palette);
|
txt.c | 336 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 609 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
tim.c | 428 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
sgi.c | 508 offset=(ssize_t) TellBlob(image); 550 position=TellBlob(image); 752 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), [all...] |
icon.c | 750 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), [all...] |
mat.c | 379 filepos = TellBlob(image); /* Please note that file seeking occurs only in the case of doubles */ 824 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 965 filepos = TellBlob(image); 972 /* printf("pos=%X\n",TellBlob(image)); */ [all...] |
psd.c | [all...] |
raw.c | 285 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
pcx.c | 700 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 949 page_table[scene]=TellBlob(image); [all...] |
dcm.c | [all...] |
/external/ImageMagick/MagickCore/ |
blob-private.h | 92 TellBlob(const Image *);
|
/external/ImageMagick/www/source/ |
mgk.c | 267 status=SetImageProgress(image,LoadImageTag,TellBlob(image),
|