Home
last modified time | relevance | path

Searched refs:ball (Results 1 – 25 of 45) sorted by relevance

12

/third_party/weston/clients/
Dsimple-damage.c94 } ball; member
203 window->ball.radius = 10; in window_init_game()
205 ax1 = window->border + window->ball.radius; in window_init_game()
206 ay1 = window->border + window->ball.radius; in window_init_game()
207 ax2 = window->width - window->border - window->ball.radius; in window_init_game()
208 ay2 = window->height - window->border - window->ball.radius; in window_init_game()
210 window->ball.x = bounded_randf(ax1, ax2); in window_init_game()
211 window->ball.y = bounded_randf(ay1, ay2); in window_init_game()
213 window->ball.dx = bounded_randf(0, window->width); in window_init_game()
214 window->ball.dy = bounded_randf(0, window->height); in window_init_game()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick.c306 SDL_JoystickGetBall(SDL_Joystick * joystick, int ball, int *dx, int *dy) in SDL_JoystickGetBall() argument
315 if (ball < joystick->nballs) { in SDL_JoystickGetBall()
317 *dx = joystick->balls[ball].dx; in SDL_JoystickGetBall()
320 *dy = joystick->balls[ball].dy; in SDL_JoystickGetBall()
322 joystick->balls[ball].dx = 0; in SDL_JoystickGetBall()
323 joystick->balls[ball].dy = 0; in SDL_JoystickGetBall()
648 SDL_PrivateJoystickBall(SDL_Joystick * joystick, Uint8 ball, in SDL_PrivateJoystickBall() argument
654 if (ball >= joystick->nballs) { in SDL_PrivateJoystickBall()
664 joystick->balls[ball].dx += xrel; in SDL_PrivateJoystickBall()
665 joystick->balls[ball].dy += yrel; in SDL_PrivateJoystickBall()
[all …]
DSDL_joystick_c.h41 Uint8 ball, Sint16 xrel, Sint16 yrel);
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
Droot.txt79 "A [golf] ball hitting a tree shall be deemed not to have hit the tree.
81 game. The player should estimate the distance the ball would have
82 traveled if it had not hit the tree and play the ball from there,
86 "A [golf] ball sliced or hooked into the rough shall be lifted and
89 from friction between the face of the club and the cover of the ball
91 ball resulting from such uncontrollable physical
/third_party/flutter/skia/third_party/externals/icu/source/samples/ufortune/resources/
Droot.txt79 "A [golf] ball hitting a tree shall be deemed not to have hit the tree.
81 game. The player should estimate the distance the ball would have
82 traveled if it had not hit the tree and play the ball from there,
86 "A [golf] ball sliced or hooked into the rough shall be lifted and
89 from friction between the face of the club and the cover of the ball
91 ball resulting from such uncontrollable physical
/third_party/icu/icu4c/source/samples/ufortune/resources/
Droot.txt79 "A [golf] ball hitting a tree shall be deemed not to have hit the tree.
81 game. The player should estimate the distance the ball would have
82 traveled if it had not hit the tree and play the ball from there,
86 "A [golf] ball sliced or hooked into the rough shall be lifted and
89 from friction between the face of the club and the cover of the ball
91 ball resulting from such uncontrollable physical
/third_party/flutter/flutter/dev/manual_tests/lib/
Ddrag_and_drop.dart188 final Widget ball = DefaultTextStyle(
209 child: ball,
211 feedback: ball,
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h245 int ball, int *dx, int *dy);
DSDL_events.h300 Uint8 ball; /**< The joystick trackball index */ member
/third_party/flutter/skia/modules/sksg/samples/
DSampleSVGPong.cpp86 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw() local
91 fBall.initialize(ball, in onOnceBeforeDraw()
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp88 const SkRRect ball = SkRRect::MakeOval(SkRect::MakeWH(kBallSize, kBallSize)); in onOnceBeforeDraw() local
93 fBall.initialize(ball, in onOnceBeforeDraw()
/third_party/ltp/testcases/kernel/security/tomoyo/
DREADME41 # (extract the tar ball containing the tests.)
/third_party/icu/icu4c/source/test/testdata/
Demoji-test.txt1525 26F9 FE0F ; fully-qualified # ⛹️ person bouncing ball
1526 26F9 ; non-fully-qualified # ⛹ person bouncing ball
1527 26F9 1F3FB ; fully-qualified # ⛹�� person bouncing ball: light …
1528 26F9 1F3FC ; fully-qualified # ⛹�� person bouncing ball: medium…
1529 26F9 1F3FD ; fully-qualified # ⛹�� person bouncing ball: medium…
1530 26F9 1F3FE ; fully-qualified # ⛹�� person bouncing ball: medium…
1531 26F9 1F3FF ; fully-qualified # ⛹�� person bouncing ball: dark s…
1532 26F9 FE0F 200D 2642 FE0F ; fully-qualified # ⛹️‍♂️ man bouncing ball
1533 26F9 200D 2642 FE0F ; non-fully-qualified # ⛹‍♂️ man bouncing ball
1534 26F9 FE0F 200D 2642 ; non-fully-qualified # ⛹️‍♂ man bouncing ball
[all …]
Drbbitst.txt1678 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
1753 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
1826 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestjoystick.c88 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c624 HandleBall(SDL_Joystick * stick, Uint8 ball, int axis, int value) in HandleBall() argument
626 stick->hwdata->balls[ball].axis[axis] += value; in HandleBall()
/third_party/pcre2/pcre2/testdata/
Dtestoutput24131 ball
132 0: ball
Dtestinput2489 ball
/third_party/pcre2/pcre2/maint/Unicode.tables/
Demoji-data.txt89 26BD..26BE ; Emoji # E0.6 [2] (⚽..⚾) soccer ball..baseball
103 26F7..26F9 ; Emoji # E0.7 [3] (⛷️..⛹️) skier..person bouncing ball
244 1F52E..1F53D ; Emoji # E0.6 [16] (��..��) crystal ball..downwards button
410 1FAA9..1FAAC ; Emoji # E14.0 [4] (��..��) mirror ball..hamsa
438 26BD..26BE ; Emoji_Presentation # E0.6 [2] (⚽..⚾) soccer ball..baseball
549 1F52E..1F53D ; Emoji_Presentation # E0.6 [16] (��..��) crystal ball..downwards button
690 1FAA9..1FAAC ; Emoji_Presentation # E14.0 [4] (��..��) mirror ball..hamsa
717 26F9 ; Emoji_Modifier_Base # E0.7 [1] (⛹️) person bouncing ball
883 26BD..26BE ; Extended_Pictographic# E0.6 [2] (⚽..⚾) soccer ball..baseball
905 26F7..26F9 ; Extended_Pictographic# E0.7 [3] (⛷️..⛹️) skier..person bouncing ball
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/
Drbbitst.txt1678 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
1753 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
1826 # woman with ball using evar, woman with ball no evar, woman with ball fitz 4 using evar, woman wit…
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dsun5i-gr8-chip-pro.dts106 * Interrupt Request" pin (ball G13 of the module)
Dsun5i-r8-chip.dts121 * Interrupt Request" pin (ball G13 of the module)
/third_party/uboot/u-boot-2020.01/doc/
DREADME.omap3168 OMAP3 U-Boot is based on U-Boot tar ball [9] for BeagleBoard and EVM done by
/third_party/gstreamer/gstplugins_good/po/
Dmt.po131 msgstr "Żball fiid-daqq tal-awdjo."
137 msgstr "Żball fl-irrekordjar mill-apparat tal-awdjo."
461 #~ "Problema wara li pruvajt %d drabi. apparat %s. żball fis-sistema: %s"
/third_party/libexif/
DREADME88 to build. Building from the source tar ball usually involves the commands:

12