Home
last modified time | relevance | path

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

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