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

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 58 static struct SDL_VideoDevice *local_this; variable in typeref:struct:SDL_VideoDevice
172 local_this = this;
290 local_this->hidden->x_ratio = ((double)aa_imgwidth(context)) / ((double)local_this->screen->w);
291 local_this->hidden->y_ratio = ((double)aa_imgheight(context)) / ((double)local_this->screen->h);
293 fastscale (local_this->hidden->buffer, aa_image(context), local_this->hidden->w, aa_imgwidth (context), local_this->hidden->h, aa_imgheight (context));
294 aa_renderpalette(context, local_this->hidden->palette, local_this->hidden->rparams, 0, 0, aa_scrwidth(context), aa_scrheight(context))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 68 static struct SDL_VideoDevice *local_this; variable in typeref:struct:SDL_VideoDevice
168 local_this = this;

Completed in 447 milliseconds