Searched refs:XBIOS_pitch (Results 1 – 2 of 2) sorted by relevance
618 XBIOS_pitch = (new_video_mode->width * new_video_mode->depth)>>3; in XBIOS_SetVideoMode()748 destination += XBIOS_pitch * rects[i].y; in XBIOS_UpdateRects()759 XBIOS_pitch in XBIOS_UpdateRects()785 destscr += XBIOS_pitch * ((XBIOS_height - surface->h) >> 1); in XBIOS_FlipHWSurface()798 XBIOS_pitch in XBIOS_FlipHWSurface()
121 #define XBIOS_pitch (this->hidden->pitch) macro