Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_tile.c55 uint32 xpt = TIFFhowmany_32(td->td_imagewidth, dx); in TIFFComputeTile() local
60 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 4 milliseconds