Searched refs:vlines (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DText.c1554 * vlines - number of lines to scroll vertically
1562 XawTextScroll(TextWidget ctx, int vlines, int hpixels) argument
1601 if (vlines < 0) { /* VScroll Up */
1603 vlines = 0;
1608 count = -vlines;
1629 XawsdLeft, -vlines + 1, False);
1630 if (-vlines >= ctx->text.lt.lines)
1633 else if (vlines > 0) { /* VScroll Down */
1635 vlines = 0;
1636 if (vlines < l
1855 int dim, vlines = 0, wwidth = GetMaxTextWidth(ctx); local in function:VJump
3416 int hpixels, vlines; local in function:_XawTextShowPosition
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dslicer.cc776 //n_ulines is the number of ulines inside, and n_vlines is the number of vlines
1227 long vlines = varray.init( dv, extrema[0], extrema[2] ); local in function:Slicer::slice_old
1228 //printf("vlines = %i\n", vlines);
1247 if( i == vlines )

Completed in 6 milliseconds