Searched defs:cDisplayWidth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.h320 static inline int32_t vboxLineLength(ScrnInfoPtr pScrn, int32_t cDisplayWidth) argument
322 uint32_t cbLine = (cDisplayWidth * vboxBPP(pScrn) / 8 + 3) & ~3;

Completed in 48 milliseconds