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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.h 59 caddr_t mapped_mem; member in struct:SDL_PrivateVideoData
81 #define mapped_mem (this->hidden->mapped_mem) macro
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 79 char *mapped_mem; member in struct:SDL_PrivateVideoData
125 #define mapped_mem (this->hidden->mapped_mem) macro
192 *x = (long)((char *)dst->pixels - mapped_mem)%this->screen->pitch;
193 *y = (long)((char *)dst->pixels - mapped_mem)/this->screen->pitch;

Completed in 214 milliseconds