Home
last modified time | relevance | path

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

/external/libkmsxx/py/tests/
Dscale.py36 Xinc = 1 variable
51 X = X + Xinc
53 if (Xinc == 1 and X >= mode.hdisplay - W):
54 Xinc = -1 variable
55 if (Xinc == -1 and X <= 0):
56 Xinc = 1 variable