Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_strip.c212 TIFFStripSize(TIFF* tif) in TIFFStripSize() function
Dtiffio.h360 extern tmsize_t TIFFStripSize(TIFF* tif);
Dtif_write.c617 tif->tif_tilesize : TIFFStripSize(tif)); in TIFFWriteBufferSetup()
Dtif_getimage.c939 buf = (unsigned char*) _TIFFmalloc(TIFFStripSize(tif)); in gtStripContig()
944 _TIFFmemset(buf, 0, TIFFStripSize(tif)); in gtStripContig()
1026 stripsize = TIFFStripSize(tif); in gtStripSeparate()
Dtif_dirread.c4076 if (!TIFFStripSize(tif)) { in TIFFReadDirectory()