• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/

Lines Matching refs:imagelength

768     uint32 imagelength, uint32 imagewidth, tsample_t spp)
772 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
777 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
789 for (row = 0; row < imagelength; row++) {
851 imagelength == biasLength && imagewidth == biasWidth) {
860 for (row = 0; row < imagelength; row++) {
928 tsize_t cc = (row + rowsperstrip > imagelength) ?
929 TIFFVStripSize(in, imagelength - row) : stripsize;
970 for (row = 0; row < imagelength; row++) {
1006 for (row = 0; row < imagelength; row++) {
1049 for (row = 0; row < imagelength; row++) {
1138 uint32 imagelength, uint32 imagewidth, tsample_t spp)
1143 tsize_t bytes = scanlinesize * (tsize_t)imagelength;
1148 && imagelength
1149 && bytes / (tsize_t)imagelength == scanlinesize) {
1152 if ((*fin)(in, (uint8*)buf, imagelength,
1155 imagelength, imagewidth, spp);
1176 for (row = 0; row < imagelength; row++) {
1203 for (row = 0; row < imagelength; row++) {
1247 for (row = 0; row < imagelength; row += tl) {
1248 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
1301 for (row = 0; row < imagelength; row += tl) {
1302 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
1358 for (row = 0; row < imagelength; row += rowsperstrip) {
1359 uint32 nrows = (row+rowsperstrip > imagelength) ?
1360 imagelength-row : rowsperstrip;
1385 for (row = 0; row < imagelength; row += rowsperstrip) {
1386 uint32 nrows = (row+rowsperstrip > imagelength) ?
1387 imagelength-row : rowsperstrip;
1422 for (row = 0; row < imagelength; row += tilelength) {
1423 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
1476 for (row = 0; row < imagelength; row += tl) {
1477 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
1530 imagelength, imagewidth, spp);
1541 imagelength, imagewidth, spp);
1552 imagelength, imagewidth, spp);
1563 imagelength, imagewidth, spp);
1574 imagelength, imagewidth, spp);
1585 imagelength, imagewidth, spp);
1596 imagelength, imagewidth, spp);
1607 imagelength, imagewidth, spp);
1618 imagelength, imagewidth, spp);
1629 imagelength, imagewidth, spp);
1640 imagelength, imagewidth, spp);
1651 imagelength, imagewidth, spp);