Searched defs:NativeHeight (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);
769 HeightRatio = (float)ChromiumHeight / (float)NativeHeight;
777 crDebug("Native Height = %i", NativeHeight);
793 pos[1] = (int)((NativeHeight - point.y) * HeightRatio);

Completed in 155 milliseconds