Searched refs:visible (Results 1 - 25 of 27) sorted by relevance

12

/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/Frontends/VBoxSDL/
H A DFramebuffer.h217 VBoxSDLFBOverlay(ULONG x, ULONG y, ULONG width, ULONG height, BOOL visible,
242 STDMETHOD(COMGETTER(Visible))(BOOL *visible);
243 STDMETHOD(COMSETTER(Visible))(BOOL visible);
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/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c891 window->visible = showIt;
909 CRASSERT(!window->visible == !showIt);
911 /* Intel drivers require a window to be visible for proper 3D rendering,
912 * so set it visible and handle the visibility with visible regions (see below) */
1161 window->visible = 1;
1183 CRASSERT(!window->visible == !showIt);
1185 /* Intel drivers require a window to be visible for proper 3D rendering,
1186 * so set it visible and handle the visibility with visible region
[all...]
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
H A Drenderspu_glx.c1494 renderspu_SystemCreateWindow( context->visual, window->visible, window );
1706 if (window->visible)
1729 if (window->visible)
H A Drenderspu_agl.c525 DEBUG_MSG_POETZSCH (("Size %d visible %d\n", window->BltInfo.Base.id, IsWindowVisible (window->window)));
643 renderspu_SystemCreateWindow(context->visual, window->visible,
661 /* Reapply the visible regions */
680 // DEBUG_MSG_POETZSCH (("Swapped %d context %x visible: %d\n", window->BltInfo.Base.id, context->context, IsWindowVisible (window->window)));
735 //DEBUG_MSG_POETZSCH (("visible rect %d %d %d %d\n", pRects[4*i] , pRects[4*i+1],
748 /* Remember the visible region of the root window if there is one */
H A Drenderspu_cocoa_helper.m27 * painted what should be visible to the user. Unfortunately this isn't the
758 * visible region rectangles.
1878 * Qt statusbar, scroll bars etc) let's do the next. Get parent view visible area (parentFrameSCS) in (NS)Screen
2251 else if (!m_pWinInfo->visible)
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h160 void onMousePointerShapeChange(BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot,
/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/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas38 state: Pointer; (* not visible by applications *)
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas33 internal: Pointer; // not visible by applications
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2469 PRBool visible,
3826 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
3827 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
H A DVBoxCAPI_v3_0.h3007 PRBool visible,
4356 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
4357 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
H A DVBoxCAPI_v3_1.h3019 PRBool visible,
4254 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
4255 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
H A DVBoxCAPI_v3_2.h3133 PRBool visible,
4464 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
4465 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
H A DVBoxCAPI_v4_0.h4749 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
4750 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
6620 nsresult (*GetVisible)(IMousePointerShapeChangedEvent *pThis, PRBool *visible);
H A DVBoxCAPI_v4_1.h5125 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
5126 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
7020 nsresult (*GetVisible)(IMousePointerShapeChangedEvent *pThis, PRBool *visible);
H A DVBoxCAPI_v4_2.h6047 nsresult (*GetVisible)(IFramebufferOverlay *pThis, PRBool *visible);
6048 nsresult (*SetVisible)(IFramebufferOverlay *pThis, PRBool visible);
7984 nsresult (*GetVisible)(IMousePointerShapeChangedEvent *pThis, PRBool *visible);
/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/VMM/VMMR3/
H A DPATMA.asm143 ; @param %1 The patch record name (externally visible).
182 ; @param %1 The patch record name (externally visible).
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py3322 'shareFolder': ['Make host\'s folder visible to guest: shareFolder win /share share writable', shareFolderCmd, 0],

Completed in 311 milliseconds

12