HomeSort by relevance Sort by last modified time
    Searched full:other_axis (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 995 Uint8 other_axis; local
1020 other_axis = (events[i].number / 2);
1021 if ( other_axis < joystick->nhats ) {
1022 HandleHat(joystick, other_axis,
1028 other_axis = (events[i].number / 2);
1029 if ( other_axis < joystick->nballs ) {
1030 HandleBall(joystick, other_axis,
  /external/chromium_org/cc/animation/
transform_operation.cc 262 gfx::Vector3dF other_axis(
264 if (gfx::DotProduct(axis, other_axis) < 0.f)

Completed in 587 milliseconds