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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDTargetImpl.cpp160 HRESULT GuestDnDTarget::enter(ULONG aScreenId, ULONG aX, ULONG aY, argument
202 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
208 paParms[i++].setUInt32(aX);
233 HRESULT GuestDnDTarget::move(ULONG aScreenId, ULONG aX, ULONG aY, argument
268 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
274 paParms[i++].setUInt32(aX);
323 HRESULT GuestDnDTarget::drop(ULONG aScreenId, ULONG aX, ULONG aY, argument
361 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
367 paParms[i++].setUInt32(aX);
H A DDisplayImpl.cpp2477 HRESULT Display::drawToScreen(ULONG aScreenId, BYTE *aAddress, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
2486 (void *)aAddress, aX, aY, aWidth, aHeight));
2507 this, aScreenId, aAddress, aX, aY, aWidth, aHeight);
2689 HRESULT Display::viewportChanged(ULONG aScreenId, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
2696 int rc = i_crViewportNotify(aScreenId, aX, aY, aWidth, aHeight);
2701 pFb->pendingViewportInfo.x = aX;
2712 mpDrv->pUpPort->pfnSetViewPort(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp462 STDMETHODIMP VBoxSDLFB::NotifyUpdateImage(ULONG aX, argument
468 LogFlow(("NotifyUpdateImage: %d,%d %dx%d\n", aX, aY, aWidth, aHeight));
479 dstRect.x = (int16_t)aX;
497 return NotifyUpdate(aX, aY, aWidth, aHeight);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp451 STDMETHOD(NotifyUpdate) (ULONG aX, ULONG aY, argument
460 mOverlay.onNotifyUpdateIgnore (aX, aY, aW, aH);
468 if (!mOverlay.onNotifyUpdate (aX, aY, aW, aH))
469 hr = UIFrameBufferPrivate::NotifyUpdate (aX, aY, aW, aH);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1712 bool onNotifyUpdate (ULONG aX, ULONG aY,
1715 void onNotifyUpdateIgnore (ULONG aX, ULONG aY, argument
1718 Q_UNUSED(aX);

Completed in 1210 milliseconds