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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c256 Position oldtop, oldbot, newtop, newbot; local
260 newtop = w->scrollbar.length * w->scrollbar.top;
261 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown);
262 if (newbot < newtop + w->scrollbar.min_thumb)
263 newbot = newtop + w->scrollbar.min_thumb;
264 w->scrollbar.topLoc = newtop;
265 w->scrollbar.shownLength = newbot - newtop;
268 if (newtop < oldtop) FillArea(w, newtop, MIN(newbot, oldtop), 1);
269 if (newtop > oldto
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c277 Position oldtop, oldbot, newtop, newbot; local
281 newtop = w->scrollbar.length * w->scrollbar.top;
282 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown);
283 if (newbot < newtop + (int)w->scrollbar.min_thumb)
284 newbot = newtop + w->scrollbar.min_thumb;
285 w->scrollbar.topLoc = newtop;
286 w->scrollbar.shownLength = newbot - newtop;
289 if (newtop < oldtop) FillArea(w, newtop, MIN(newbot, oldtop), 1);
290 if (newtop > oldto
[all...]

Completed in 11 milliseconds