Searched refs:pcx (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp150 * @param pcx Where to store the horizontal pixel resolution
164 static int getDisplayChangeRequest2(uint32_t *pcx, uint32_t *pcy, argument
170 AssertPtrReturn(pcx, VERR_INVALID_PARAMETER);
183 *pcx = Req.xres;
196 * @param pcx Where to store the horizontal pixel resolution
221 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, argument
231 AssertPtrReturn(pcx, VERR_INVALID_PARAMETER);
249 *pcx = Req.xres;
270 return getDisplayChangeRequest2(pcx, pcy, pcBits, piDisplay, fAck);
430 * @param pcx wher
437 VbglR3RetrieveVideoMode(unsigned cScreen, unsigned *pcx, unsigned *pcy, unsigned *pcBits, unsigned *px, unsigned *py, bool *pfEnabled) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.h55 void cocoaViewGetGeometry(NativeNSViewRef pView, int *px, int *py, int *pcx, int *pcy);
H A Drenderspu_cocoa_helper.m3058 void cocoaViewGetGeometry(NativeNSViewRef pView, int *px, int *py, int *pcx, int *pcy)
3060 COCOA_LOG_FLOW(("cocoaViewGetGeometry: pView=%p px=%p py=%p pcx=%p pcy=%p\n",
3061 (void *)pView, (void *)px, (void *)py, (void *)pcx, (void *)pcy));
3087 *pcx = frame.size.width;
3091 COCOA_LOG_FLOW(("cocoaViewGetGeometry: returns *px=%d, *py=%d, *pcx=%d, *pcy=%d\n", *px, *py, *pcx, *pcy));
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h123 virtual HRESULT i_getScreenResolution(ULONG cScreen, ULONG *pcx,
200 virtual HRESULT i_getScreenResolution(ULONG cScreen, ULONG *pcx, argument
203 return getScreenResolution(cScreen, pcx, pcy, pcBPP, pXOrigin, pYOrigin, NULL);
/vbox/include/VBox/
H A DVBoxGuestLib.h496 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy,
508 VBGLR3DECL(int) VbglR3RetrieveVideoMode(unsigned cScreen, unsigned *pcx,
/vbox/include/VBox/vmm/
H A Dpdmifs.h565 * @param pcx Where to store the width of the bitmap.
569 DECLR3CALLBACKMEMBER(int, pfnTakeScreenshot,(PPDMIDISPLAYPORT pInterface, uint8_t **ppu8Data, size_t *pcbData, uint32_t *pcx, uint32_t *pcy));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexdisp.idl238 [id(301)] HRESULT ClientToWindow([in,out] int* pcx, [in,out] int* pcy);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexdisp.idl232 [id(301)] HRESULT ClientToWindow([in,out] int* pcx, [in,out] int* pcy);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4724 * @param pcx Where to store the width of the bitmap.
4728 static DECLCALLBACK(int) vgaPortTakeScreenshot(PPDMIDISPLAYPORT pInterface, uint8_t **ppu8Data, size_t *pcbData, uint32_t *pcx, uint32_t *pcy) argument
4733 LogFlow(("vgaPortTakeScreenshot: ppu8Data=%p pcbData=%p pcx=%p pcy=%p\n", ppu8Data, pcbData, pcx, pcy));
4738 if (!RT_VALID_PTR(ppu8Data) || !RT_VALID_PTR(pcbData) || !RT_VALID_PTR(pcx) || !RT_VALID_PTR(pcy))
4802 *pcx = Connector.cx;
4824 LogFlow(("vgaPortTakeScreenshot: returns %Rrc (cbData=%d cx=%d cy=%d)\n", rc, *pcbData, *pcx, *pcy));

Completed in 87 milliseconds