Searched refs:VDI_pixelsize (Results 1 – 2 of 2) sorted by relevance
361 VDI_pixelsize=1; in GEM_VideoInit()365 VDI_pixelsize=2; in GEM_VideoInit()368 VDI_pixelsize=3; in GEM_VideoInit()371 VDI_pixelsize=4; in GEM_VideoInit()414 VDI_pitch = VDI_w * VDI_pixelsize; in GEM_VideoInit()451 menubar_size = GEM_desk_w * GEM_desk_y * VDI_pixelsize; in GEM_VideoInit()648 screensize = width * height * VDI_pixelsize; in GEM_SetVideoMode()798 current->pitch = width * VDI_pixelsize; in GEM_SetVideoMode()907 mfdb_src.fd_wdwidth= (surface->pitch/VDI_pixelsize) >> 4; in GEM_UpdateRectsFullscreen()
102 #define VDI_pixelsize (this->hidden->pixelsize) macro