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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddri.h155 long frameBufferSize; member in struct:__anon6746
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddri.h153 long frameBufferSize; member in struct:__anon7061
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddri.h160 long frameBufferSize; member in struct:__anon7390
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddri.h163 long frameBufferSize; member in struct:__anon7765
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddri.h165 long frameBufferSize; member in struct:__anon8121
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddri.h165 long frameBufferSize; member in struct:__anon8434
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddri.h165 long frameBufferSize; member in struct:__anon8741
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddri.h165 long frameBufferSize; member in struct:__anon9053
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddri.h165 long frameBufferSize; member in struct:__anon9372
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddri.h165 long frameBufferSize; member in struct:__anon4902
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddri.h165 long frameBufferSize; member in struct:__anon5217
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddri.h165 long frameBufferSize; member in struct:__anon5530
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddri.h155 long frameBufferSize; member in struct:__anon5838
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddri.h155 long frameBufferSize; member in struct:__anon6145
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddri.h155 long frameBufferSize; member in struct:__anon6448
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp1063 QSize frameBufferSize = QSize(frameBuffer()->width(), frameBuffer()->height()); local
1066 frameBufferSize = scaledForward(frameBufferSize);
1069 if (maxViewportSize.expandedTo(frameBufferSize) == maxViewportSize)
1073 int xRange = frameBufferSize.width() - curViewportSize.width();
1074 int yRange = frameBufferSize.height() - curViewportSize.height();

Completed in 85 milliseconds