Home | History | Annotate | Download | only in coders

Lines Matching refs:toff_t

575 static toff_t TIFFGetBlobSize(thandle_t image)
577 return((toff_t) GetBlobSize((Image *) image));
852 static int TIFFMapBlob(thandle_t image,tdata_t *base,toff_t *size)
856 *size=(toff_t) GetBlobSize((Image *) image);
883 static toff_t TIFFSeekBlob(thandle_t image,toff_t offset,int whence)
885 return((toff_t) SeekBlob((Image *) image,(MagickOffsetType) offset,whence));
888 static void TIFFUnmapBlob(thandle_t image,tdata_t base,toff_t size)
2462 toff_t