Lines Matching defs:on_loc
889 _DrawRect(PanedWidget pw, GC gc, int on_loc, int off_loc,
894 off_loc, on_loc, off_size, on_size);
897 on_loc, off_loc, on_size, off_size);
930 int on_loc = IsVert(pw) ? XtY(*childP) : XtX(*childP);
931 on_loc -= (int)on_size;
933 _DrawRect(pw, gc, on_loc, off_loc, on_size, off_size);
957 int on_loc, off_loc;
968 on_loc = PaneInfo(*childP)->olddelta - (int) on_size;
970 on_loc, off_loc, on_size, off_size);
973 on_loc = PaneInfo(*childP)->delta - (int)on_size;
976 on_loc, off_loc, on_size, off_size);