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

  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 128 static void AA_ResizeHandler(aa_context *);
155 AA_context = aa_autoinit(&aa_defparams);
156 if ( ! AA_context ) {
163 if ( ! aa_autoinitkbd (AA_context, AA_SENDRELEASE) ) {
167 if ( ! aa_autoinitmouse (AA_context, AA_SENDRELEASE) ) {
174 aa_resizehandler(AA_context, AA_ResizeHandler);
176 fprintf(stderr,"Using AAlib driver: %s (%s)\n", AA_context->driver->name, AA_context->driver->shortname);
178 AA_in_x11 = (SDL_strcmp(AA_context->driver->shortname,"X11") == 0);
262 SDL_memset(aa_image(AA_context), 0, aa_imgwidth(AA_context) * aa_imgheight(AA_context))
    [all...]
SDL_aaevents.c 60 aa_getmouse (AA_context, &mouse_x, &mouse_y, &mouse_button);
62 mouse_x = mouse_x * this->screen->w / aa_scrwidth (AA_context);
63 mouse_y = mouse_y * this->screen->h / aa_scrheight (AA_context);
104 evt = aa_getevent(AA_context, 0);
SDL_aavideo.h 41 aa_context *context;
53 #define AA_context (this->hidden->context)

Completed in 136 milliseconds