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

/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c83 static void FillArea(ScrollbarWidget, int, int, int);
375 FillArea(ScrollbarWidget w, int top, int bottom, int thumb) function in typeref:typename:void
432 FillArea(w, newtop, XawMin(newbot, oldtop), 1);
434 FillArea(w, oldtop, XawMin(newtop, oldbot), 0);
436 FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
438 FillArea(w, XawMax(newtop, oldbot), newbot, 1);

Completed in 3 milliseconds