Home | History | Annotate | Download | only in coders

Lines Matching full:whence

883 static toff_t TIFFSeekBlob(thandle_t image,toff_t offset,int whence)
885 return((toff_t) SeekBlob((Image *) image,(MagickOffsetType) offset,whence));