Searched refs:VDI_pitch (Results 1 – 2 of 2) sorted by relevance
238 VDI_pitch = work_out[5]; in VDI_ReadExtInfo()414 VDI_pitch = VDI_w * VDI_pixelsize; in GEM_VideoInit()420 printf("sdl:video:gem: screen: address=0x%08x, pitch=%d\n", VDI_screen, VDI_pitch); in GEM_VideoInit()801 current->pitch = VDI_pitch; in GEM_SetVideoMode()867 destpitch = VDI_pitch; in GEM_UpdateRectsFullscreen()980 destpitch = VDI_pitch; in GEM_FlipHWSurfaceFullscreen()
107 #define VDI_pitch (this->hidden->pitch) macro