Home
last modified time | relevance | path

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

/external/libkmsxx/py/tests/
Dscale.py37 Yinc = 1 variable
52 Y = Y + Yinc
57 if (Yinc == 1 and Y >= mode.vdisplay - H):
58 Yinc = -1 variable
59 if (Yinc == -1 and Y <= 0):
60 Yinc = 1 variable