Searched refs:ncols (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdescv.cc57 int ncols,
64 assert( ncols <= MAXORDER );
68 for( j=0; j != ncols; j++ )
73 for( j=0; j != ncols-t-1; j++ )
78 for( j=0; j != ncols-partial; j++ ) {
87 for( t = ncols-1; t != ncols-1-partial; t-- )
92 for( j=0; j != ncols-partial; j++ )
111 int ncols,
122 assert( ncols <
54 calcPartialVelocity(REAL * p,int stride,int ncols,int partial,REAL range) argument
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
[all...]
H A Dmapdesc.cc622 int nrows, int ncols )
628 REAL *clast = rptr + ncols * cstride;
647 Mapdesc::project( REAL *src, int stride, REAL *dest, int tstride, int ncols ) argument
651 REAL *clast = src + ncols * stride;
668 int ncols,
678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
682 bbox( bb, &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
702 int ncols )
709 for( int j=0; j != ncols; j++ )
723 Mapdesc::calcVelocityRational( REAL *p, int stride, int ncols ) argument
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
744 calcVelocityNonrational(REAL * pts,int stride,int ncols) argument
[all...]
/xsrc/external/mit/xterm/dist/
H A Dscrollback.c68 unsigned ncols = (unsigned) MaxCols(screen); local in function:addScrollback
98 block = allocScrnData(screen, 1, ncols, False);
101 setupLineData(screen, where, (Char *) block, 1, ncols, False);
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.c1371 int ncols,
1375 int const refresh_w = ncols * FontWidth(screen);
1410 int ncols,
1420 int const refresh_w = ncols * FontWidth(screen);
1549 int ncols,
1559 int const refresh_w = ncols * FontWidth(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, nrow
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 Dutil.c574 int ncols,
578 if (leftcol + ncols <= TScreenOf(xw)->max_col)
579 ncols++;
582 ncols++;
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
2501 ncols = (x1 - 1) / FontWidth(screen) - leftcol + 1;
2509 if (leftcol + ncols > MaxCol
570 ScrnUpdate2(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
[all...]
H A Dscreen.c1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1549 * nrows and ncols positive.
1557 int ncols,
1578 nrows, ncols,
1592 && screen->cursorp.col <= (leftcol + ncols - 1)
1609 int maxcol = leftcol + ncols - 1;
1664 ncols++;
1936 refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows);
1957 update_winsize(screen, nrows, ncols, xw->core.height, xw->core.width);
1975 int ncols,
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...]
/xsrc/external/mit/libXaw/dist/src/
H A DList.c545 one = (lw->list.ncols * ((yloc - (int)lw->list.internal_height)
549 if (another >= lw->list.ncols) {
550 another = lw->list.ncols - 1;
618 things = lw->list.ncols;
714 x = lw->list.col_width * (item % lw->list.ncols)
716 y = lw->list.row_height * (item / lw->list.ncols)
783 lr_item = lw->list.nrows * lw->list.ncols - 1;
883 lw->list.ncols = lw->list.default_cols;
884 if (lw->list.ncols <= 0)
885 lw->list.ncols
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DListP.h92 int ncols; /* number of columns in the list */ member in struct:__anond4fcda0c0208
/xsrc/external/mit/xfd/dist/
H A Dgrid.c62 int ncols, int nrows);
722 int ncols, int nrows) /* number of cells */
737 if (col + ncols >= tcols) {
738 ncols = tcols - col;
739 if (ncols < 1) return;
754 x2 = x1 + ncols * cw;
756 for (i = 0, x = x1; i <= ncols; i++, x += cw) {
774 for (i = 0, x = startx; i < ncols; i++, x += cw) {
857 x2 = x1 + ncols * cw;
859 for (i = 0, x = x1; i <= ncols;
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));
/xsrc/external/mit/libXpm/dist/src/
H A Dcreate.c66 XpmAttributes *attributes, XColor *cols, int ncols,
78 XpmAttributes *attributes, XColor *cols, int ncols,
270 int ncols,
341 (CloseColor *) XpmCalloc(ncols, sizeof(CloseColor));
344 for (i = 0; i < ncols; ++i) { /* build & sort closenesses table */
360 qsort(closenesses, ncols, sizeof(CloseColor), closeness_cmp);
381 if (i == ncols)
401 if (i == 0 || i == ncols) /* no color close enough or cannot */
419 XQueryColors(display, colormap, cols, ncols);
458 int ncols,
259 SetCloseColor(Display * display,Colormap colormap,Visual * visual,XColor * col,Pixel * image_pixel,Pixel * mask_pixel,Pixel * alloc_pixels,unsigned int * nalloc_pixels,XpmAttributes * attributes,XColor * cols,int ncols,XpmAllocColorFunc allocColor,void * closure) argument
443 SetColor(Display * display,Colormap colormap,Visual * visual,char * colorname,unsigned int color_index,Pixel * image_pixel,Pixel * mask_pixel,unsigned int * mask_pixel_index,Pixel * alloc_pixels,unsigned int * nalloc_pixels,Pixel * used_pixels,unsigned int * nused_pixels,XpmAttributes * attributes,XColor * cols,int ncols,XpmAllocColorFunc allocColor,void * closure) argument
536 unsigned int ncols = 0; local in function:CreateColors
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dresize.c548 int ncols = tmp_win->iconmgrp->cur_columns; local in function:EndResize
550 if (ncols == 0)
551 ncols = 1;
555 / ncols);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c424 int ncols = pFont->info.lastCol - pFont->info.firstCol + 1; local in function:ProcXF86BigfontQueryFont
441 (*pFont->get_metrics) (pFont, ncols, chars, TwoD16Bit,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c405 int ncols = pFont->info.lastCol - pFont->info.firstCol + 1; local in function:ProcXF86BigfontQueryFont
422 (*pFont->get_metrics) (pFont, ncols, chars, TwoD16Bit,
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c660 int ncols = tmp_win->iconmgrp->cur_columns; local in function:EndResize
661 if(ncols == 0) {
662 ncols = 1;
667 / ncols);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c516 unsigned long ncols; local in function:QueryFont
544 ncols = (unsigned long) (pFont->info.lastCol - pFont->info.firstCol + 1);
554 (*pFont->get_metrics) (pFont, ncols, chars,
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c504 unsigned long ncols; local in function:QueryFont
531 ncols = (unsigned long) (pFont->info.lastCol - pFont->info.firstCol + 1);
540 (*pFont->get_metrics) (pFont, ncols, chars,

Completed in 31 milliseconds