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

  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h 55 #define AA_rparams (this->hidden->rparams)
SDL_aavideo.c 170 AA_rparams = aa_getrenderparams();
335 aa_renderpalette(AA_context, AA_palette, AA_rparams, 0, 0, aa_scrwidth(AA_context), aa_scrheight(AA_context));
342 aa_renderpalette(AA_context, AA_palette, AA_rparams, rect->x * AA_x_ratio, rect->y * AA_y_ratio, rect->w * AA_x_ratio, rect->h * AA_y_ratio);

Completed in 236 milliseconds