Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/spi/tp-2/src/
Dmain.c158 static TPData tpLast = { 0, 0, 0, 0 }; in HandDraw() local
173 tpLast.touch = 0; in HandDraw()
183 if (!tpLast.touch) in HandDraw()
189 DrawLine(tpLast.x, tpLast.y, sample.x, sample.y, 0); in HandDraw()
191 tpLast = sample; in HandDraw()