Home | History | Annotate | Download | only in video

Lines Matching refs:current_video

251 				hw_blit_ok = current_video->info.blit_hw;
256 hw_blit_ok = current_video->info.blit_hw_CC;
259 hw_blit_ok = current_video->info.blit_hw_A;
264 hw_blit_ok = current_video->info.blit_sw;
269 hw_blit_ok = current_video->info.blit_sw_CC;
272 hw_blit_ok = current_video->info.blit_sw_A;
276 SDL_VideoDevice *video = current_video;
277 SDL_VideoDevice *this = current_video;
283 if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel))
286 if ( current_video->info.blit_hw_A ) {
287 SDL_VideoDevice *video = current_video;
288 SDL_VideoDevice *this = current_video;