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

/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c419 Position oldtop, oldbot, newtop, newbot; local in function:PaintThumb
422 oldbot = (Position)(oldtop + w->scrollbar.shownLength);
434 FillArea(w, oldtop, XawMin(newtop, oldbot), 0);
435 if (newbot < oldbot)
436 FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
437 if (newbot > oldbot)
438 FillArea(w, XawMax(newtop, oldbot), newbot, 1);

Completed in 5 milliseconds