HomeSort by relevance Sort by last modified time
    Searched refs:SeekBlob (Results 1 - 25 of 30) sorted by null

1 2

  /external/ImageMagick/coders/
jnx.c 236 offset=SeekBlob(image,(MagickOffsetType) jnx_level_info[i].offset,SEEK_SET);
279 offset=SeekBlob(image,(MagickOffsetType) tile_offset,SEEK_SET);
308 offset=SeekBlob(image,restore_offset,SEEK_SET);
xcf.c 325 offset=SeekBlob(image,(MagickOffsetType) (length-i),SEEK_CUR);
653 offset=SeekBlob(image, offset, SEEK_SET);
707 offset=SeekBlob(image, saved_pos, SEEK_SET);
756 offset=SeekBlob(image, offset, SEEK_SET);
764 offset=SeekBlob(image, saved_pos, SEEK_SET);
932 offset=SeekBlob(image, (MagickOffsetType) hierarchy_offset, SEEK_SET);
942 offset=SeekBlob(image, (MagickOffsetType) layer_mask_offset, SEEK_SET);
    [all...]
palm.c 563 seekNextDepth=SeekBlob(image,totalOffset,SEEK_SET);
    [all...]
ept.c 221 offset=SeekBlob(image,ept_info.tiff_offset,SEEK_SET);
228 offset=SeekBlob(image,ept_info.postscript_offset,SEEK_SET);
mat.c 321 (void) SeekBlob(image, len, SEEK_CUR);
332 (void) SeekBlob(image, len, SEEK_CUR);
344 (void) SeekBlob(image, len, SEEK_CUR);
355 (void) SeekBlob(image, len, SEEK_CUR);
417 (void) SeekBlob(image, filepos, SEEK_SET);
631 (void) SeekBlob(image,0,SEEK_SET);
896 (void) SeekBlob(image,filepos,SEEK_SET);
973 (void) SeekBlob(image2, size, SEEK_CUR);
    [all...]
cut.c 351 offset=SeekBlob(image,TellBlob(image)+i,SEEK_SET);
459 offset=SeekBlob(palette,j,SEEK_SET);
513 offset=SeekBlob(image,6 /*sizeof(Header)*/,SEEK_SET);
ps3.c 606 offset=SeekBlob(image,start,SEEK_SET);
613 offset=SeekBlob(image,stop,SEEK_SET);
    [all...]
rla.c 290 offset=SeekBlob(image,scanlines[image->rows-y-1],SEEK_SET);
wpg.c 776 (void) SeekBlob(image,PS_Offset,SEEK_SET);
779 (void) SeekBlob(image,PS_Offset,SEEK_SET);
1027 (void) SeekBlob(image,Header.DataOffset,SEEK_SET);
    [all...]
jp2.c 223 return(SeekBlob(image,offset,SEEK_SET) < 0 ? OPJ_FALSE : OPJ_TRUE);
232 return(SeekBlob(image,offset,SEEK_CUR) < 0 ? -1 : offset);
321 (void) SeekBlob(image,SEEK_SET,0);
    [all...]
pcx.c 311 offset=SeekBlob(image,(MagickOffsetType) page_table[0],SEEK_SET);
666 offset=SeekBlob(image,(MagickOffsetType) page_table[id],SEEK_SET);
    [all...]
sgi.c 495 offset=(ssize_t) SeekBlob(image,(ssize_t) offset,SEEK_SET);
525 offset=(ssize_t) SeekBlob(image,(ssize_t) offset,SEEK_SET);
540 offset=(ssize_t) SeekBlob(image,position,SEEK_SET);
    [all...]
dds.c     [all...]
ps2.c     [all...]
bmp.c 898 offset=SeekBlob(image,start_position+14+bmp_info.size,SEEK_SET);
927 offset=SeekBlob(image,start_position+bmp_info.offset_bits,SEEK_SET);
    [all...]
psd.c     [all...]
icon.c 326 offset=(ssize_t) SeekBlob(image,(MagickOffsetType)
    [all...]
fits.c 204 return(SeekBlob(image,offset,SEEK_SET));
pcd.c 759 offset=SeekBlob(image,offset*0x800,SEEK_SET);
    [all...]
tiff.c 885 return((toff_t) SeekBlob((Image *) image,(MagickOffsetType) offset,whence));
962 if (SeekBlob(image,offset,SEEK_SET) != offset)
997 (void) SeekBlob(image,position,SEEK_SET);
    [all...]
miff.c     [all...]
wmf.c 110 return((int) SeekBlob((Image *) image,(MagickOffsetType) offset,SEEK_SET));
    [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 92 SeekBlob(Image *,const MagickOffsetType,const int),
blob.c     [all...]
methods.h     [all...]

Completed in 269 milliseconds

1 2