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.12/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.12/src/video/fbcon/
SDL_fbvideo.h 71 char *mapped_mem; member in struct:SDL_PrivateVideoData
112 #define mapped_mem (this->hidden->mapped_mem) macro
174 *x = (long)((char *)dst->pixels - mapped_mem)%this->screen->pitch;
175 *y = (long)((char *)dst->pixels - mapped_mem)/this->screen->pitch;

Completed in 919 milliseconds