Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_tile.c192 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() function
244 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
254 return (TIFFVTileSize64(tif, tif->tif_dir.td_tilelength)); in TIFFTileSize64()
Dtiffio.h367 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows);
Dtif_dirread.c5860 rowblockbytes = TIFFVTileSize64(tif, rowblock); in ChopUpSingleUncompressedStrip()