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

/haiku-fatelf/src/libs/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.c67 New_Field->nrow = field->nrow;
H A Dfld_link.c72 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 &&
297 New_Field->drows = rows + nrow;
301 New_Field->nrow = nrow;
H A Dform.priv.h106 (((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.c624 growth = (field->rows + field->nrow) * amount;
4232 (int)(1 + (vlen - len) / ((field->rows + field->nrow)
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c463 uint32 nrow; local
475 for (row = 0; row < h; row += nrow)
478 nrow = (row + rowstoread > h ? h - row : rowstoread);
499 npix, nrow, fromskew, toskew + fromskew, buf + pos);
503 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew,
508 y += (orientation == ORIENTATION_TOPLEFT ? -(int32) nrow : (int32)nrow);
537 uint32 nrow; local
557 for (row = 0; row < h; row += nrow)
560 nrow
627 uint32 row, y, nrow, rowstoread; local
683 uint32 row, y, nrow, rowstoread; local
[all...]
/haiku-fatelf/src/libs/tiff/
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...]
/haiku-fatelf/src/libs/ncurses/include/
H A Dform.h80 int nrow; /* off-screen rows */ member in struct:fieldnode
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c4845 int rows, cols, frow, fcol, nrow, nbuf; local
4847 if (field_info(me, &rows, &cols, &frow, &fcol, &nrow, &nbuf) == E_OK

Completed in 111 milliseconds