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

  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 179 static int alpha_vel; variable
235 alpha_vel = 1;
286 if ( (alpha+alpha_vel) < 0 ) {
287 alpha_vel = -alpha_vel;
289 if ( (alpha+alpha_vel) > 255 ) {
290 alpha_vel = -alpha_vel;
292 SDL_SetAlpha(sprite, SDL_SRCALPHA, (Uint8)(alpha+alpha_vel));

Completed in 143 milliseconds