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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dsplitarcs.cc274 Arc_ptr newbot = new(arcpool) Arc( arc_bottom, 0 ); local in function:Subdivider::join_t
278 arctessellator.bezier( newbot, s2, s1, t, t );
281 arctessellator.pwl_bottom( newbot, t, s2, s1, stepsizes[3] );
283 link( jarc1, jarc2, newtop, newbot );
285 top.addarc( newbot );
/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c419 Position oldtop, oldbot, newtop, newbot; local in function:PaintThumb
424 newbot = (Position)(newtop + (int)(w->scrollbar.length * w->scrollbar.shown));
425 if (newbot < newtop + (int)w->scrollbar.min_thumb)
426 newbot = (Position)(newtop + w->scrollbar.min_thumb);
428 w->scrollbar.shownLength = (Dimension)(newbot - newtop);
432 FillArea(w, newtop, XawMin(newbot, oldtop), 1);
435 if (newbot < oldbot)
436 FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
437 if (newbot > oldbot)
438 FillArea(w, XawMax(newtop, oldbot), newbot,
[all...]

Completed in 3 milliseconds