Searched refs:xRight (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h60 pRect->xRight = CR_FLOAT_RCAST(int32_t, pRect->xRight * xScale);
74 pRect->xRight = CR_FLOAT_RCAST(int32_t, pRect->xRight / xScale);
92 pRect1->xRight = RT_MIN(pRect1->xRight, pRect2->xRight);
95 pRect1->xRight = RT_MAX(pRect1->xRight, pRect1->xLeft);
110 pRect->xRight
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp334 pRegResult->Rect.xRight = pReg1->Rect.xRight;
346 pRegResult->Rect.xRight = pReg1->Rect.xRight;
353 Assert(pRect2->xLeft < pReg1->Rect.xRight);
358 pRegResult->Rect.xRight = pRect2->xLeft;
362 if (pReg1->Rect.xRight > pRect2->xRight)
364 Assert(pRect2->xRight > pReg1->Rect.xLeft);
367 pRegResult->Rect.xLeft = pRect2->xRight;
[all...]
H A Dblitter.cpp65 int32_t width = pCopyRect->xRight - pCopyRect->xLeft;
79 Rect.xRight = pImg->width;
130 crMBltMem(pu8Src, fSrcInvert ? -((int32_t)pSrc->pitch) : (int32_t)pSrc->pitch, pu8Dst, pDst->pitch, pCopyRect->xRight - pCopyRect->xLeft, pCopyRect->yBottom - pCopyRect->yTop);
139 RestrictSrcRect.xRight = pSrc->width;
144 RestrictDstRect.xRight = pDst->width;
217 int32_t UnscaledSrcWidth = UnscaledCopyRect.xRight - UnscaledCopyRect.xLeft;
230 pCopyRect->xRight - pCopyRect->xLeft, pCopyRect->yBottom - pCopyRect->yTop,
241 int32_t dstWidth = pDstRect->xRight - pDstRect->xLeft;
253 ScaledRestrictSrcRect.xRight = CR_FLOAT_RCAST(int32_t, pSrc->width * strX);
258 RestrictDstRect.xRight
[all...]
H A Dcompositor.cpp145 pEntry->paSrcRects[i].xRight = (int32_t)((pEntry->paDstUnstretchedRects[i].xRight - pEntry->Rect.xLeft));
158 pEntry->paDstRects[i].xRight = (int32_t)(pEntry->paDstUnstretchedRects[i].xRight * pCompositor->StretchX);
183 if (pOrigRect->xLeft != pOrigRect->xRight
347 Rect.xRight = RT_MIN(pCompositor->Rect.xRight, pEntry->Rect.xRight);
/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp123 int32_t xRight = phdr->x + phdr->w; local
129 if (pDirtyRect->xRight == 0)
134 pDirtyRect->xRight = xRight;
150 if (pDirtyRect->xRight < xRight)
152 pDirtyRect->xRight = xRight;
176 uint32_t w = pDirtyRect->xRight - pDirtyRect->xLeft;
H A DDisplayImpl.cpp966 *px += *pw; /* Compute xRight which is also the new width. */
1229 int xRightResult = RT_MIN(prect1->xRight, prect2->xRight);
1244 prectResult->xRight = xRightResult;
1280 rectFramebuffer.xRight = mpDrv->IConnector.cx;
1285 rectFramebuffer.xRight = 0;
1293 rectFramebuffer.xRight = pFBInfo->xOrigin + pFBInfo->w;
1306 pVisibleRegion[cRectVisibleRegion].xRight -= pFBInfo->xOrigin;
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp45 RTPrintf(" xLeft: %d yTop: %d xRight: %d yBottom: %d\n",
46 pRects[i].xLeft, pRects[i].yTop, pRects[i].xRight,
H A DtstSeamlessX11-auto.cpp597 && (pFirst->xRight == pSecond->xRight)
604 pExp->xLeft, pExp->yTop, pExp->xRight, pExp->yBottom,
605 pGot->xLeft, pGot->yTop, pGot->xRight, pGot->yBottom);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp47 Rect.xRight = 1;
204 int32_t dstWidth = pDstRect->xRight - pDstRect->xLeft;
320 ScaledSrcRect.xRight = width + ScaledEntryPoint.x;
406 int32_t dstWidth = pDstRect->xRight - pDstRect->xLeft;
630 uint32_t dstWidth = pDstRect->xRight - pDstRect->xLeft;
824 Rect.xRight = pScreen->u32Width;
1166 Rect.xRight = pTex->Tex.width;
2788 rc = SSMR3PutS32(pSSM, pRect->xRight);
3195 pRect->xRight = pVbvaRect->xRight;
[all...]
H A Ddisplay_window.cpp458 rc = mpWindow->SetSize((uint32_t)(pRect->xRight - pRect->xLeft), (uint32_t)(pRect->yBottom - pRect->yTop));
H A Dwindow.cpp335 Rect.xRight = (uint32_t)((GLdouble)mWidth * scaleFactorW);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp476 pRect->xRight = pInfo->mX
493 pRect->xRight = pInfo->mX
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp344 int32_t xRight; member in struct:__anon13213
385 int32_t xRight = phdr->x + phdr->w; local
402 dirtyRect.xRight = xRight;
419 if (dirtyRect.xRight < xRight)
421 dirtyRect.xRight = xRight;
436 if (dirtyRect.xRight - dirtyRect.xLeft)
440 dirtyRect.yTop, dirtyRect.xRight
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.h228 pVbvaRect->xRight = (int16_t)pRect->right;
H A DVBoxMPVdma.cpp540 CurCtxRect.xRight = CurCtxRect.xLeft + pCurSwapchain->width;
1261 && Rect.xRight == pDstAllocData->SurfDesc.width
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp160 MuralRect.xRight = MuralRect.xLeft + mural->width;
182 DefaultRegionsRect.xRight = mural->width;
712 DstRect.xRight = width;
H A Dserver_misc.c957 ReadRect.xRight = srcX1;
961 DrawRect.xRight = dstX1;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVRDP.cpp257 x += w; /* Compute xRight which is also the new width. */
406 rclBounds.right = FXTOLCEILING(rcfxBounds.xRight);
1001 rclBoundsOrdered.right = FXTOLCEILING(rcfxBounds.xRight);
1008 rcfxBounds.xLeft, rcfxBounds.xRight, rcfxBounds.yTop, rcfxBounds.yBottom,
1040 order.pt2.x = (int16_t)FXTOLROUND(rcfxBounds.xRight - 4);
H A DVBoxDispDriver.cpp962 AssertCompileMembersSameSizeAndOffset(RTRECT, xRight, RECT, right);
986 pRTRect[i].xRight = pRect[i].right;
H A DVBoxDispVBVA.cpp560 rclBounds.right = FXTOLCEILING(rcfxBounds.xRight);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c751 crInfo("%d: (%d,%d), (%d,%d)", i, pRtRects[i].xLeft, pRtRects[i].yTop, pRtRects[i].xRight, pRtRects[i].yBottom);
842 DstRect.xRight = paDstRegions[i].xRight * scaleX;
H A Drenderspu_cocoa_helper.m2332 pRect->xRight = (int)(pR->origin.x + pR->size.width);
2340 pRect->xRight = (int)((pR->origin.x + pR->size.width) / xStretch);
2348 pRect->xRight = (int)((pR->origin.x + pR->size.width) * xStretch);
/vbox/include/iprt/
H A Dtypes.h2232 int32_t xRight; member in struct:RTRECT
/vbox/include/VBox/
H A DVBoxVideo.h1787 int16_t xRight; member in struct:VBOXCMDVBVA_RECT
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp974 rect.setRight(rects->xRight - 1);

Completed in 155 milliseconds

12