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

1 2

  /external/ImageMagick/coders/
jnx.c 236 offset=SeekBlob(image,(MagickOffsetType) jnx_level_info[i].offset,SEEK_SET);
281 offset=SeekBlob(image,(MagickOffsetType) tile_offset,SEEK_SET);
312 offset=SeekBlob(image,restore_offset,SEEK_SET);
xcf.c 409 offset=SeekBlob(image,(MagickOffsetType) (length-i),SEEK_CUR);
752 if ((offset > offset2) || (SeekBlob(image, offset, SEEK_SET) != offset))
814 offset=SeekBlob(image, saved_pos, SEEK_SET);
858 if (SeekBlob(image, offset, SEEK_SET) != offset)
868 offset=SeekBlob(image, saved_pos, SEEK_SET);
    [all...]
palm.c 582 seekNextDepth=SeekBlob(image,totalOffset,SEEK_SET);
    [all...]
ept.c 229 offset=SeekBlob(image,ept_info.tiff_offset,SEEK_SET);
241 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);
637 (void) SeekBlob(image,0,SEEK_SET);
699 SeekBlob(image, HDR.nCols*ldblk, SEEK_CUR);
971 if(SeekBlob(image,filepos,SEEK_SET) != filepos) break;
    [all...]
cut.c 394 offset=SeekBlob(image,TellBlob(image)+i,SEEK_SET);
504 offset=SeekBlob(palette,j,SEEK_SET);
560 offset=SeekBlob(image,6 /*sizeof(Header)*/,SEEK_SET);
ps3.c 613 offset=SeekBlob(image,start,SEEK_SET);
620 offset=SeekBlob(image,stop,SEEK_SET);
    [all...]
rla.c 301 offset=SeekBlob(image,scanlines[image->rows-y-1],SEEK_SET);
wpg.c 798 if (SeekBlob(image,PS_Offset,SEEK_SET) != PS_Offset)
814 if (SeekBlob(image,PS_Offset,SEEK_SET) != PS_Offset)
1120 if (SeekBlob(image,Header.DataOffset,SEEK_SET) != Header.DataOffset)
    [all...]
jp2.c 224 return(SeekBlob(image,offset,SEEK_SET) < 0 ? OPJ_FALSE : OPJ_TRUE);
233 return(SeekBlob(image,offset,SEEK_CUR) < 0 ? -1 : offset);
319 (void) SeekBlob(image,SEEK_SET,0);
    [all...]
pcx.c 317 offset=SeekBlob(image,(MagickOffsetType) page_table[0],SEEK_SET);
684 offset=SeekBlob(image,(MagickOffsetType) page_table[id],SEEK_SET);
    [all...]
sgi.c 519 offset=(ssize_t) SeekBlob(image,(MagickOffsetType) offset,
559 offset=(ssize_t) SeekBlob(image,(MagickOffsetType) offset,
584 offset=(ssize_t) SeekBlob(image,position,SEEK_SET);
    [all...]
dds.c     [all...]
psd.c     [all...]
ps2.c     [all...]
bmp.c 932 offset=SeekBlob(image,start_position+14+bmp_info.size,SEEK_SET);
962 offset=SeekBlob(image,start_position+bmp_info.offset_bits,SEEK_SET);
    [all...]
icon.c 331 offset=(ssize_t) SeekBlob(image,(MagickOffsetType)
    [all...]
dcm.c     [all...]
fits.c 204 return(SeekBlob(image,offset,SEEK_SET));
pcd.c 799 offset=SeekBlob(image,offset*0x800,SEEK_SET);
    [all...]
tiff.c 972 return((toff_t) SeekBlob((Image *) image,(MagickOffsetType) offset,whence));
    [all...]
miff.c     [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 91 SeekBlob(Image *,const MagickOffsetType,const int),
blob.c     [all...]
methods.h     [all...]

Completed in 554 milliseconds

1 2