Searched refs:FillArea (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Scrollbar.c | 215 static void FillArea(w, top, bottom, thumb) function 268 if (newtop < oldtop) FillArea(w, newtop, MIN(newbot, oldtop), 1); 269 if (newtop > oldtop) FillArea(w, oldtop, MIN(newtop, oldbot), 0); 270 if (newbot < oldbot) FillArea(w, MAX(newbot, oldtop), oldbot, 0); 271 if (newbot > oldbot) FillArea(w, MAX(newtop, oldbot), newbot, 1);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Scrollbar.c | 236 static void FillArea(w, top, bottom, thumb) function 289 if (newtop < oldtop) FillArea(w, newtop, MIN(newbot, oldtop), 1); 290 if (newtop > oldtop) FillArea(w, oldtop, MIN(newtop, oldbot), 0); 291 if (newbot < oldbot) FillArea(w, MAX(newbot, oldtop), oldbot, 0); 292 if (newbot > oldbot) FillArea(w, MAX(newtop, oldbot), newbot, 1);
|
Completed in 27 milliseconds