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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c831 int smCyCaption = GetSystemMetrics( SM_CYCAPTION );
839 window->y = render_spu->defaultY - smCyFixedFrame - smCyCaption;
842 window_plus_caption_height = window->BltInfo.height + 2 * smCyFixedFrame + smCyCaption;
862 int smCxFixedFrame, smCyFixedFrame, smCyCaption; local
867 smCyCaption = GetSystemMetrics( SM_CYCAPTION );
871 window_plus_caption_height = window->BltInfo.height + 2 * smCyFixedFrame + smCyCaption;
874 window->y = render_spu.defaultY - smCyFixedFrame - smCyCaption;
1052 int smCyCaption = GetSystemMetrics( SM_CYCAPTION );
1060 window->y = render_spu->defaultY - smCyFixedFrame - smCyCaption;
1063 window_plus_caption_height = window->BltInfo.height + 2 * smCyFixedFrame + smCyCaption;
1082 int smCxFixedFrame, smCyFixedFrame, smCyCaption; local
[all...]

Completed in 116 milliseconds