Home
last modified time | relevance | path

Searched refs:scroll_all_the_way (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dscroll.c766 scroll_all_the_way = TRUE;
771 scroll_all_the_way = TRUE;
776 if (scroll_all_the_way) {
898 int scroll_all_the_way=FALSE; local
904 scroll_all_the_way = TRUE;
909 scroll_all_the_way = TRUE;
1100 scroll_all_the_way = TRUE;
1105 scroll_all_the_way = TRUE;
1110 if (scroll_all_the_way) {
1232 int scroll_all_the_way=FALSE; local
[all …]
H A Ddrawing.e78 int scroll_all_the_way));
H A Ddrawing.c1353 void RedrawVertSliceFromCache(start_frac, scroll_all_the_way) in RedrawVertSliceFromCache() argument
1355 int scroll_all_the_way;
1361 if (scroll_all_the_way) {
1387 void RedrawHoriSliceFromCache(start_frac, scroll_all_the_way) in RedrawHoriSliceFromCache() argument
1389 int scroll_all_the_way;
1395 if (scroll_all_the_way) {
1420 void RedrawAreaFromCache(start_frac, scroll_all_the_way) in RedrawAreaFromCache() argument
1422 int scroll_all_the_way;
1430 RedrawVertSliceFromCache(start_frac, scroll_all_the_way);
1434 RedrawHoriSliceFromCache(start_frac, scroll_all_the_way);