Searched refs:oldtop (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 419 Position oldtop, oldbot, newtop, newbot; local in function:PaintThumb 421 oldtop = w->scrollbar.topLoc; 422 oldbot = (Position)(oldtop + w->scrollbar.shownLength); 431 if (newtop < oldtop) 432 FillArea(w, newtop, XawMin(newbot, oldtop), 1); 433 if (newtop > oldtop) 434 FillArea(w, oldtop, XawMin(newtop, oldbot), 0); 436 FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.h | 639 CARD16 oldLine, oldtop; member in struct:__anon082230a60108
|
| H A D | sis_video.c | 2403 pOverlay->oldtop = mytop; 3321 int i, mytop = overlay.oldtop;
|
Completed in 8 milliseconds