Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbelo.c95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) { in eloParsePacket()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_stdinc.h235 #define SDL_abs abs macro
237 #define SDL_abs(X) ((X) < 0 ? -(X) : (X))