Home
last modified time | relevance | path

Searched refs:TIFFReadFile (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtiffiop.h218 #define TIFFReadFile(tif, buf, size) \ macro
238 (TIFFReadFile((tif),(buf),(size))==(size))
H A Dtif_read.c130 cc = TIFFReadFile(tif, tif->tif_rawdata + unused_data, to_read); in TIFFFillStripPartial()
405 cc = TIFFReadFile(tif, buf, size); in TIFFReadRawStrip1()
737 cc = TIFFReadFile(tif, buf, size); in TIFFReadRawTile1()
H A Dtif_ojpeg.c1783 p=(uint32)TIFFReadFile(tif,&ob[sizeof(uint32)+5],64); in OJPEGReadHeaderInfoSecTablesQTable()
1826 p=(uint32)TIFFReadFile(tif,o,16); in OJPEGReadHeaderInfoSecTablesDcTable()
1847 p=(uint32)TIFFReadFile(tif,&(rb[sizeof(uint32)+21]),q); in OJPEGReadHeaderInfoSecTablesDcTable()
1890 p=(uint32)TIFFReadFile(tif,o,16); in OJPEGReadHeaderInfoSecTablesAcTable()
1911 p=(uint32)TIFFReadFile(tif,&(rb[sizeof(uint32)+21]),q); in OJPEGReadHeaderInfoSecTablesAcTable()
1942 n=TIFFReadFile(sp->tif,sp->in_buffer,(tmsize_t)m); in OJPEGReadBufferFill()
H A Dtif_jpeg.c903 if (TIFFReadFile(data->tif,data->buffer,(tmsize_t)m)!=(tmsize_t)m) in JPEGFixupTagsSubsamplingReadByte()