Searched refs:nrows (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdescv.cc110 int nrows,
121 assert( nrows <= MAXORDER );
133 const int idist = nrows * istride;
205 for( int s = nrows-1, slast = s-spartial; s != slast; s-- )
215 for( i=0; i != nrows-spartial; i++ ) {
232 i = nrows-spartial-1;
105 calcPartialVelocity(REAL * dist,REAL * p,int rstride,int cstride,int nrows,int ncols,int spartial,int tpartial,REAL srange,REAL trange,int side) argument
H A Dmapdesc.cc622 int nrows, int ncols )
625 REAL *rlast = src + nrows * rstride;
667 int nrows,
678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
682 bbox( bb, &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
701 int nrows,
708 for( int i=0; i != nrows; i++ )
620 project(REAL * src,int rstride,int cstride,REAL * dest,int trstride,int tcstride,int nrows,int ncols) argument
663 bboxTooBig(REAL * p,int rstride,int cstride,int nrows,int ncols,REAL bb[2][MAXCOORDS]) argument
696 bbox(REAL bb[2][MAXCOORDS],REAL * p,int rstride,int cstride,int nrows,int ncols) argument
/xsrc/external/mit/xterm/dist/
H A Dgraphics.h102 extern void chararea_clear_displayed_graphics(TScreen const */* screen */, int /* leftcol */, int /* toprow */, int /* ncols */, int /* nrows */);
104 extern void refresh_displayed_graphics(XtermWidget /* xw */, int /* leftcol */, int /* toprow */, int /* ncols */, int /* nrows */);
127 #define chararea_clear_displayed_graphics(screen, leftcol, toprow, ncols, nrows) /* nothing */
129 #define refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows) /* nothing */
H A Dgraphics.c1372 int nrows)
1376 int const refresh_h = nrows * FontHeight(screen);
1411 int nrows,
1421 int const refresh_h = nrows * FontHeight(screen);
1550 int nrows,
1569 if_TRACE(int const refresh_h = nrows * FontHeight(screen));
1590 if ((buffer = AllocGraphicsBuffer(screen, ncols, nrows)) == NULL)
1593 TRACE(("refresh: screen->topline=%d leftcol=%d toprow=%d nrows=%d ncols=%d (%d,%d %dx%d)\n",
1596 nrows, ncols,
1600 if (!RefreshClipped(screen, leftcol, toprow, ncols, nrows,
1370 AllocGraphicsBuffer(TScreen * screen,int ncols,int nrows) argument
1407 RefreshClipped(TScreen * screen,int leftcol,int toprow,int ncols,int nrows,Graphic * ordered_graphics[MAX_GRAPHICS],unsigned active_count,ColorRegister * buffer,ClipLimits * result) argument
1546 refresh_graphics(XtermWidget xw,int leftcol,int toprow,int ncols,int nrows,int skip_clean) argument
1763 refresh_displayed_graphics(XtermWidget xw,int leftcol,int toprow,int ncols,int nrows) argument
1848 chararea_clear_displayed_graphics(TScreen const * screen,int leftcol,int toprow,int ncols,int nrows) argument
[all...]
H A Dscreen.c267 unsigned nrows,
272 TRACE(("extractScrnData(nrows %d)\n", nrows));
274 TRACE_SCRNBUF("extract from", screen, srcPtrs, nrows);
275 for (j = 0; j < nrows; j++) {
1127 int nrows = MaxRows(screen); local in function:ScrnAllocBuf
1130 nrows, MaxCols(screen), screen->savelines));
1140 (unsigned) nrows,
1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1549 * nrows an
264 extractScrnData(TScreen * screen,ScrnBuf dstPtrs,ScrnBuf srcPtrs,unsigned nrows,unsigned move_down) argument
1553 ScrnRefresh(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
1971 ScrnUpdate(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
[all...]
H A Dutil.c573 int nrows,
585 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force);
588 #define ScrnUpdate2(xw, toprow, leftcol, nrows, ncols, force) \
589 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force)
2467 int toprow, leftcol, nrows, ncols; local in function:handle_translated_exposure
2500 nrows = (y1 - 1) / FontHeight(screen) - toprow + 1;
2504 nrows += toprow;
2507 if (toprow + nrows > PlusStatusLine(screen, MaxRows(screen)))
2508 nrows = PlusStatusLine(screen, MaxRows(screen)) - toprow;
2512 if (nrows >
570 ScrnUpdate2(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DListP.h91 int nrows; /* number of rows in the list */ member in struct:__anond4fcda0c0208
/xsrc/external/mit/libXaw/dist/src/
H A DList.c535 one = lw->list.nrows * ((xloc - (int)lw->list.internal_width)
539 if (another >= lw->list.nrows) {
540 another = lw->list.nrows - 1;
616 things = lw->list.nrows;
708 x = lw->list.col_width * (item / lw->list.nrows)
710 y = lw->list.row_height * (item % lw->list.nrows)
783 lr_item = lw->list.nrows * lw->list.ncols - 1;
886 lw->list.nrows = ((lw->list.nitems - 1) / lw->list.ncols) + 1;
896 height2 = (unsigned long)(lw->list.nrows * lw->list.row_height +
919 height2 = (unsigned long)((lw->list.nrows * l
[all...]
/xsrc/external/mit/xfd/dist/
H A Dgrid.c62 int ncols, int nrows);
722 int ncols, int nrows) /* number of cells */
742 if (row + nrows >= trows) {
743 nrows = trows - row;
744 if (nrows < 1) return;
755 y2 = y1 + nrows * ch;
759 for (i = 0, y = y1; i <= nrows; i++, y += ch) {
772 j < nrows; j++, y += ch) {
858 y2 = y1 + nrows * ch;
862 for (i = 0, y = y1; i <= nrows;
720 paint_grid(FontGridWidget fgw,int col,int row,int ncols,int nrows) argument
[all...]
H A Dxfd.c435 int ncols, nrows; local in function:change_page
439 GetFontGridCellDimensions (fontGrid, &oldstart, &ncols, &nrows);
443 ((long) ncols) * ((long) nrows) * ((long) page));

Completed in 21 milliseconds