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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp880 #define VBE_PITCH_ALIGN 4 /* Align pitch to 32 bits - Qt requires that. */ macro
893 aligned_pitch = (pitch + (VBE_PITCH_ALIGN - 1)) & ~(VBE_PITCH_ALIGN - 1);

Completed in 65 milliseconds