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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c830 int smCyFixedFrame = GetSystemMetrics( SM_CXFIXEDFRAME ) + 1;
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
865 smCyFixedFrame = GetSystemMetrics( SM_CYFIXEDFRAME );
871 window_plus_caption_height = window->BltInfo.height + 2 * smCyFixedFrame + smCyCaption;
874 window->y = render_spu.defaultY - smCyFixedFrame - smCyCaption;
1051 int smCyFixedFrame = GetSystemMetrics( SM_CXFIXEDFRAME ) + 1;
1060 window->y = render_spu->defaultY - smCyFixedFrame - smCyCaption;
1063 window_plus_caption_height = window->BltInfo.height + 2 * smCyFixedFrame
1082 int smCxFixedFrame, smCyFixedFrame, smCyCaption; local
[all...]

Completed in 45 milliseconds