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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c745 unsigned int NativeHeight, NativeWidth, ChromiumHeight, ChromiumWidth; local
760 stubGetWindowGeometry(window, &x, &y, &NativeWidth, &NativeHeight);
768 WidthRatio = (float)ChromiumWidth / (float)NativeWidth;
776 crDebug("Native Width = %i", NativeWidth);

Completed in 51 milliseconds