Searched refs:xpt (Results 1 – 1 of 1) sorted by relevance
55 uint32 xpt = TIFFhowmany_32(td->td_imagewidth, dx); in TIFFComputeTile() local60 tile = (xpt*ypt*zpt)*s + in TIFFComputeTile()61 (xpt*ypt)*(z/dz) + in TIFFComputeTile()62 xpt*(y/dy) + in TIFFComputeTile()65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx; in TIFFComputeTile()
Completed in 2 milliseconds