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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp1258 * @param visible Whether the overlay is initially visible
1262 BOOL visible, VBoxSDLFB *aParent) :
1264 mOverlayHeight(height), mOverlayVisible(visible),
1372 * Returns whether the overlay is currently visible.
1375 * @param visible Address of result buffer.
1377 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(Visible)(BOOL *visible) argument
1380 if (!visible)
1382 *visible = mOverlayVisible;
1387 * Sets whether the overlay is currently visible
1261 VBoxSDLFBOverlay(ULONG x, ULONG y, ULONG width, ULONG height, BOOL visible, VBoxSDLFB *aParent) argument
1392 Visible(BOOL visible) argument
[all...]
H A DVBoxSDL.cpp108 : visible(aVisible), alpha(aAlpha), xHot(aXHot), yHot(aYHot),
125 const BOOL visible; member in struct:PointerShapeChangeData
396 BOOL visible, alpha; local
400 pMPSCEv->COMGETTER(Visible)(&visible);
407 data = new PointerShapeChangeData(visible, alpha, xHot, yHot, width, height,
2403 BOOL visible, alpha; local
2407 mps->COMGETTER(Visible)(&visible);
2417 PointerShapeChangeData data(visible, alpha, hotX, hotY, width, height,
4533 printf("visible: %d\n", data->visible);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dc14n.c44 int nsPrevStart; /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible an
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1228 int visible; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c470 * visible.
580 window->visible = !!showIt;
783 GLboolean visible; local
792 visible = !!flag;
794 // if (window->visible != visible)
796 renderspu_SystemShowWindow( window, visible );
797 window->visible = visible;
1714 vis[0] = window->visible;
[all...]
H A Drenderspu.h104 GLboolean visible; member in struct:WindowInfo
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp78 BOOL visible, alpha; local
82 mpscev->COMGETTER(Visible)(&visible);
90 m_server->onMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape));
358 void ConsoleVRDPServer::onMousePointerShapeChange(BOOL visible, argument
367 visible, alpha, width, height, xHot, yHot));
372 if (!visible)
1803 BOOL visible, alpha; local
1807 mps->COMGETTER(Visible)(&visible);
1815 onMousePointerShapeChange(visible, alpha, hotX, hotY, width, height, ComSafeArrayAsInParam(shape));
2012 /* Complete image is visible
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h1635 short visible; member in struct:console_renderer_event::__anon14229::cursor_geom
3439 rectangle_t visible; member in struct:get_window_rectangles_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h1464 short visible; member in struct:console_renderer_event::__anon1557::cursor_geom
3233 rectangle_t visible; member in struct:get_window_rectangles_reply
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 141 milliseconds