Home | History | Annotate | Download | only in libtiff

Lines Matching refs:tile

35  * Compute which tile an (x,y,z,s) value is in.
44 uint32 tile = 1;
60 tile = (xpt*ypt*zpt)*s +
65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx;
67 return (tile);
141 * Compute the # bytes in each row of a tile.
153 TIFFErrorExt(tif->tif_clientdata,module,"Tile length is zero");
158 TIFFErrorExt(tif->tif_clientdata,module,"Tile width is zero");
176 TIFFErrorExt(tif->tif_clientdata,module,"Computed tile row size is zero");
198 * Compute the # bytes in a variable length, row-aligned tile.
265 * Compute the # bytes in a row-aligned tile.
289 * Compute a default tile size based on the image