Home
last modified time | relevance | path

Searched defs:ballX (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A Dpong.cpp15 float ballX = PingPong(frame * duration, 2.5f, 0.0f, 0.0f, 1.0f); in draw() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/pingpong/
H A Dpingpong.cpp436 QByteArray ballX = boardSize.at(0); in readSocket() local
470 float PingPong::ballX() const in ballX() function in PingPong
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DReflectionTab.java25 private float ballX = 0.0f; field in ReflectionTab
/dports/games/xboing/xboing/
H A Dgun.c290 int ballX, ballY; local
730 int ballX, ballY; local
H A Deyedude.c266 int ballX, ballY; local
H A Dball.c800 void GetBallPosition(int *ballX, int *ballY, int i) in GetBallPosition()