Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_tile.c41 uint32 dx = td->td_tilewidth; in TIFFComputeTile() local
48 if (dx == (uint32) -1) in TIFFComputeTile()
49 dx = td->td_imagewidth; in TIFFComputeTile()
54 if (dx != 0 && dy != 0 && dz != 0) { in TIFFComputeTile()
55 uint32 xpt = TIFFhowmany_32(td->td_imagewidth, dx); in TIFFComputeTile()
63 x/dx; in TIFFComputeTile()
65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx; in TIFFComputeTile()
118 uint32 dx = td->td_tilewidth; in TIFFNumberOfTiles() local
123 if (dx == (uint32) -1) in TIFFNumberOfTiles()
124 dx = td->td_imagewidth; in TIFFNumberOfTiles()
[all …]
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c1052 int ih, iw, ww, wh, sx, sy, w, h, dx, dy; local
1096 dx = event->xexpose.x;
1098 sx = dx + xOffset;
1116 dx = dy = 0;
1128 dx = dy = 0;
1140 dx = dy = 0;
1152 dx = dy = 0;
1180 dx = dy = 0;
1198 xWinGc, sx, sy, w, h, dx, dy, 1);
1201 xWinGc, sx, sy, w, h, dx, dy);
[all …]