Home
last modified time | relevance | path

Searched refs:TIFFStripSize (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c202 TIFFStripSize(TIFF* tif) in TIFFStripSize() function
Dtiffio.h358 extern tmsize_t TIFFStripSize(TIFF* tif);
Dtif_write.c663 tif->tif_tilesize : TIFFStripSize(tif)); in TIFFWriteBufferSetup()
Dtif_getimage.c973 maxstripsize = TIFFStripSize(tif); in gtStripContig()
1065 stripsize = TIFFStripSize(tif); in gtStripSeparate()
Dtif_read.c798 tmsize_t stripsize = TIFFStripSize(tif); in TIFFFillStrip()
Dtif_dirread.c4318 if (!TIFFStripSize(tif)) { in TIFFReadDirectory()