OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AA_rparams
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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 96 milliseconds