Searched defs:Intersection (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp83 RTRECT Intersection; local
89 VBoxRectIntersected(pRect, &Rect, &Intersection);
91 if (VBoxRectIsZero(&Intersection))
94 CrMClrFillImgRect(pImg, &Intersection, u32Color);
135 RTRECT Intersection; local
150 VBoxRectIntersected(pRect, &RestrictDstRect, &Intersection);
155 VBoxRectIntersect(&Intersection, &TranslatedSrc);
157 if (VBoxRectIsZero(&Intersection))
160 CrMBltImgRect(pSrc, pPos, false, &Intersection, pDst);
249 RTRECT Intersection; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp259 RTRECT Intersection; local
260 VBoxRectIntersected(pRect, &ScaledReg, &Intersection);
261 if (VBoxRectIsZero(&Intersection))
324 VBoxRectIntersect(&Intersection, &ScaledSrcRect);
325 if (VBoxRectIsZero(&Intersection))
337 CrMBltImgRect(pSrcImg, &ScaledEntryPoint, fInvert, &Intersection, pDst);
504 RTRECT Intersection; local
505 VBoxRectIntersected(pRect, &SrcReg, &Intersection);
506 if (VBoxRectIsZero(&Intersection))
569 CrMBltImgRect(pSrcImg, &EntryPoint, fInvert, &Intersection, pDs
[all...]

Completed in 62 milliseconds