Home
last modified time | relevance | path

Searched refs:TIFFDefaultStripSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c234 TIFFDefaultStripSize(TIFF* tif, uint32 request) in TIFFDefaultStripSize() function
Dtiffio.h372 extern uint32 TIFFDefaultStripSize(TIFF* tif, uint32 request);
/external/ImageMagick/coders/
Dtiff.c2974 rows_per_strip=TIFFDefaultStripSize(tiff,rows_per_strip); in GetTIFFInfo()