Searched refs:nrow (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfld_info.c42 | int *nrow, int *nbuf)
53 int *nrow, int *nbuf)
59 nrow, nbuf));
72 if (nrow)
73 *nrow = field->nrow;
50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfld_dup.c68 New_Field->nrow = field->nrow;
H A Dfld_link.c73 New_Field->nrow = field->nrow;
H A Dfld_def.c48 0, /* nrow */
263 | int nrow, int nbuf )
267 | Allocate 'nrow' off-screen rows and 'nbuf' additional
276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
284 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
289 nrow >= 0 &&
298 New_Field->drows = rows + nrow;
302 New_Field->nrow = nrow;
H A Dform.priv.h107 (((field)->rows + (field)->nrow) == 1)
H A Dllib-lform165 int nrow,
213 int *nrow,
H A Dllib-lformw165 int nrow,
213 int *nrow,
H A Dform.h80 int nrow; /* off-screen rows */ member in struct:fieldnode
H A Dfrm_driver.c636 growth = (field->rows + field->nrow) * amount;
4346 (int)(1 + (vlen - len) / ((field->rows + field->nrow)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffinfo.c182 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) argument
187 while (nrow-- > 0) {
211 uint32 nrow = (row+rowsperstrip > h ? local
214 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) {
218 ShowStrip(strip, buf, nrow, scanline);
241 uint32 nrow = (row+rowsperstrip > h ? local
244 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) {
248 ShowStrip(strip, buf, nrow, scanline);
257 unsigned char* pp, uint32 nrow, uint32 rowsize)
265 while (nrow
256 ShowTile(uint32 row, uint32 col, tsample_t sample, unsigned char* pp, uint32 nrow, uint32 rowsize) argument
[all...]
H A Dtiffcp.c1248 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl; local
1266 tilebuf, nrow, width,
1270 tilebuf, nrow, tilew,
1274 bufp += imagew * nrow;
1302 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl; local
1330 tilebuf, nrow,
1338 tilebuf, nrow, tw,
1344 bufp += imagew * nrow;
1423 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl; local
1435 cpStripToTile(obuf, bufp + colb, nrow, widt
1477 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl; local
[all...]
H A Dtiffcrop.c761 uint32 nrow, ncol; local
807 nrow = (row + tl > imagelength) ? imagelength - row : tl;
839 for (trow = 0; trow < nrow; trow++)
852 /* for (trow = 0; tl < nrow; trow++) */
853 for (trow = 0; trow < nrow; trow++)
948 uint32 nrow, ncol; /* Number of rows and cols in current tile */ local
977 nrow = (row + tl > imagelength) ? imagelength - row : tl;
1015 if (combineSeparateTileSamplesBytes(srcbuffs, bufp, ncol, nrow, imagewidth,
1032 case 1: if (combineSeparateTileSamples8bits (srcbuffs, bufp, ncol, nrow,
1040 case 2: if (combineSeparateTileSamples16bits (srcbuffs, bufp, ncol, nrow,
1188 uint32 row, col, nrow, ncol; local
1263 uint32 row, col, nrow, ncol; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c269 uint32 nrow; local
280 nrow = (row + th > h ? h - row : th);
291 (*callback)(img, udata, col, row, npix, nrow, fromskew, buf);
293 (*callback)(img, udata, col, row, tw, nrow, 0, buf);
323 uint32 nrow; local
341 nrow = (row + th > h ? h - row : th);
358 (*callback)(img, udata, col, row, npix, nrow, fromskew, r, g, b, a);
360 (*callback)(img, udata, col, row, tw, nrow, 0, r, g, b, a);
380 uint32 row, nrow; local
397 nrow
421 uint32 row, nrow; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c69 long nrow; local
169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row :
172 buf, nrow*LineSize)==-1)
178 for (l = 0; l < nrow; l++)
H A DTiffile.cpp398 uint32 row, y, nrow, rowstoread; local
422 for (row = 0; row < h; row += nrow)
425 nrow = (row + rowstoread > h ? h - row : rowstoread);
427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline;
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos);
437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c579 uint32 nrow; local
601 for (row = 0; row < h; row += nrow)
604 nrow = (row + rowstoread > h ? h - row : rowstoread);
625 npix, nrow, fromskew, toskew + fromskew, buf + pos);
629 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos);
633 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow);
678 uint32 nrow; local
705 for (row = 0; row < h; row += nrow)
708 nrow
792 uint32 row, y, nrow, nrowsub, rowstoread; local
877 uint32 row, y, nrow, rowstoread; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c5372 int rows, cols, frow, fcol, nrow, nbuf; local
5374 if (field_info(me, &rows, &cols, &frow, &fcol, &nrow, &nbuf) == E_OK

Completed in 211 milliseconds