Searched refs:fbWidth (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp33 fbWidth = 640;
35 if ((screenWidth != fbWidth) || (screenHeight != fbHeight))
37 createSurface(fbWidth, fbHeight);
42 fbPitch = fbWidth * (bitsPerPixel / 8);
59 *width = fbWidth;
224 float factorX = (float)screenWidth / (float)fbWidth;
236 x + ((screenWidth - fbWidth) / 2),
304 fbWidth = w;
H A DFramebuffer.h65 uint32_t fbWidth; member in class:VBoxDirectFB
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h479 int fbWidth; member in struct:__DRIscreenRec
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c869 psp->fbWidth = frame_buffer->width;

Completed in 35 milliseconds