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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c739 int window_plus_caption_width; local
841 window_plus_caption_width = window->BltInfo.width + 2 * smCxFixedFrame;
852 window_plus_caption_width = window->BltInfo.width;
870 window_plus_caption_width = window->BltInfo.width + 2 * smCxFixedFrame;
877 crDebug( "Render SPU: Creating the window: (%d,%d), (%d,%d)", render_spu.defaultX, render_spu.defaultY, window_plus_caption_width, window_plus_caption_height );
881 window_plus_caption_width,
918 window_plus_caption_width, window_plus_caption_height,
954 int window_plus_caption_width; local
1062 window_plus_caption_width = window->BltInfo.width + 2 * smCxFixedFrame;
1073 window_plus_caption_width
[all...]

Completed in 258 milliseconds