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

  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h 42 aa_palette palette;
54 #define AA_palette (this->hidden->palette)
SDL_aavideo.c 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);
357 aa_setpalette(AA_palette, firstcolor + i,

Completed in 36 milliseconds