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

  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) function
293 fastscale (local_this->hidden->buffer, aa_image(context), local_this->hidden->w, aa_imgwidth (context), local_this->hidden->h, aa_imgheight (context));
333 fastscale (AA_buffer, aa_image(AA_context), AA_w, aa_imgwidth (AA_context), AA_h, aa_imgheight (AA_context));

Completed in 34 milliseconds