Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_tile.c56 uint32 ypt = TIFFhowmany_32(td->td_imagelength, dy); in TIFFComputeTile() local
60 tile = (xpt*ypt*zpt)*s + in TIFFComputeTile()
61 (xpt*ypt)*(z/dz) + in TIFFComputeTile()
65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx; in TIFFComputeTile()