Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A 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()

Completed in 4 milliseconds