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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c746 float WidthRatio, HeightRatio; local
769 HeightRatio = (float)ChromiumHeight / (float)NativeHeight;
793 pos[1] = (int)((NativeHeight - point.y) * HeightRatio);

Completed in 113 milliseconds