Home
last modified time | relevance | path

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

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