Home | History | Annotate | Download | only in video

Lines Matching refs:current_video

35 	SDL_VideoDevice *video = current_video;
36 SDL_VideoDevice *this = current_video;
72 return overlay->hwfuncs->Lock(current_video, overlay);
80 overlay->hwfuncs->Unlock(current_video, overlay);
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
120 if ( (dsty+dsth) > current_video->screen->h ) {
121 int extra = (dsty+dsth - current_video->screen->h);
138 return overlay->hwfuncs->Display(current_video, overlay, &src, &dst);
147 overlay->hwfuncs->FreeHW(current_video, overlay);