Home | History | Annotate | Download | only in macrom

Lines Matching refs:SDL_Display

209 	SDL_Display = GetMainDevice();
212 this->info.current_w = (**SDL_Display).gdRect.right;
213 this->info.current_h = (**SDL_Display).gdRect.bottom;
216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize;
246 SDL_modelist[0]->w = (**SDL_Display).gdRect.right;
247 SDL_modelist[0]->h = (**SDL_Display).gdRect.bottom;
528 current->pitch = (**(**SDL_Display).gdPMap).rowBytes & 0x3FFF;
529 current->pixels = (**(**SDL_Display).gdPMap).baseAddr;
678 cTab = (**(**SDL_Display).gdPMap).pmTable;
703 SetGDevice(SDL_Display);