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

/xsrc/external/mit/xterm/dist/
H A Dscrollbar.c316 int thumbTop, thumbHeight, totalHeight; local in function:ScrollBarDrawThumb
333 thumbTop = ROW2INX(screen, screen->savedlines);
338 ((float) thumbTop) / (float) totalHeight,
571 int thumbTop; /* relative to first saved line */ local in function:ScrollTextTo
578 thumbTop = (int) (*topPercent
580 newTopLine = thumbTop - screen->savedlines;

Completed in 3 milliseconds