/external/ImageMagick/coders/ |
pdf.c | [all...] |
pix.c | 242 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
pwp.c | 244 status=SetImageProgress(image,LoadImagesTag,TellBlob(pwp_image),
|
ps3.c | 476 start=TellBlob(image); 483 stop=TellBlob(image); 602 length=(size_t) (TellBlob(image)-stop); 603 stop=TellBlob(image); [all...] |
aai.c | 231 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
avs.c | 231 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
fits.c | 190 offset=TellBlob(image); 395 while (((TellBlob(image) % FITSBlocksize) != 0) && (c != EOF)) 506 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 834 length=(size_t) (FITSBlocksize-TellBlob(image) % FITSBlocksize);
|
jnx.c | 276 restore_offset=TellBlob(image);
|
mtv.c | 229 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
pdb.c | 376 num_pad_bytes = (size_t) (img_offset - TellBlob( image )); 569 num_pad_bytes = (size_t) (comment_offset - TellBlob( image )); 922 (TellBlob(image)+8*pdb_info.number_records)); 932 (void) WriteBlobMSBLong(image,(unsigned int) (TellBlob(image)+8+58+q-
|
ps2.c | 705 start=TellBlob(image); 710 stop=TellBlob(image); [all...] |
xcf.c | 644 saved_pos=TellBlob(image); 753 saved_pos=TellBlob(image); [all...] |
wpg.c | 1038 Header.DataOffset=TellBlob(image)+Rec.RecordLength; 1085 TellBlob(image)+8, /* skip PS header in the wpg */ [all...] |
cut.c | 351 offset=SeekBlob(image,TellBlob(image)+i,SEEK_SET); 455 j=(ssize_t) TellBlob(palette);
|
txt.c | 331 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 584 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
gray.c | 276 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
tim.c | 415 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
sgi.c | 484 offset=(ssize_t) TellBlob(image); 516 position=TellBlob(image); 712 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), [all...] |
icon.c | 738 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), [all...] |
ipl.c | 411 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
raw.c | 271 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
pcx.c | 682 status=SetImageProgress(image,LoadImagesTag,TellBlob(image), 924 page_table[scene]=TellBlob(image); [all...] |
rle.c | 654 status=SetImageProgress(image,LoadImagesTag,TellBlob(image),
|
/external/ImageMagick/MagickCore/ |
blob-private.h | 93 TellBlob(const Image *);
|
/external/ImageMagick/www/source/ |
mgk.c | 267 status=SetImageProgress(image,LoadImageTag,TellBlob(image),
|