Searched refs:IntersectWith (Results 1 - 22 of 22) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp180 fVisibleRegion.IntersectWith(stillAvailableOnScreen);
239 fVisibleContentRegion.IntersectWith(&fVisibleRegion);
254 dirty.IntersectWith(&fVisibleRegion);
440 regionOnScreen->IntersectWith(&VisibleContentRegion());
483 region->IntersectWith(&VisibleContentRegion());
486 region->IntersectWith(&fVisibleContentRegion);
517 newDirty.IntersectWith(&fVisibleContentRegion);
534 common.IntersectWith(region);
550 dirtyContentRegion.IntersectWith(&fDirtyRegion);
600 fEffectiveDrawingRegion.IntersectWith(
[all...]
H A DDesktop.cpp365 copyRegion.IntersectWith(&newDirtyRegion);
403 newDirtyRegion.IntersectWith(&window->VisibleRegion());
646 dirtyBackground.IntersectWith(background);
H A DViewLayer.cpp619 redraw.IntersectWith(effectiveClipping);
749 fScreenClipping.IntersectWith(&temp);
752 fScreenClipping.IntersectWith(windowContentClipping);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp210 localVisible.IntersectWith(&invalid);
303 regZ.IntersectWith(&fFullVisible);
444 oldFullVisible.IntersectWith(&fFullVisible);
476 invalid.IntersectWith(&fFullVisible);
515 reg.IntersectWith(&screenReg);
526 reg.IntersectWith(&screenReg);
536 localVisible.IntersectWith(&invalid);
560 common.IntersectWith(&invalid);
568 common.IntersectWith(&parentLocalVisible);
H A DWinBorder.cpp74 reg.IntersectWith(&screenReg);
/haiku/src/tests/kits/interface/bregion/
H A DRegionInclude.cpp57 tempRegion.IntersectWith(testRegionB);
63 tempRegion.IntersectWith(testRegionB);
H A DRegionExclude.cpp57 tempRegion.IntersectWith(testRegionB);
125 tempRegion.IntersectWith(testRegionB);
H A DRegionIntersect.cpp179 tempRegion1.IntersectWith(testRegionB);
/haiku/src/servers/app/
H A DWindow.cpp200 fVisibleRegion.IntersectWith(stillAvailableOnScreen);
256 fVisibleContentRegion.IntersectWith(&fVisibleRegion);
453 dirty->IntersectWith(&VisibleContentRegion());
475 region->IntersectWith(&VisibleContentRegion());
479 region->IntersectWith(&fVisibleContentRegion);
497 allDirtyRegions->IntersectWith(region);
542 newDirty->IntersectWith(&fVisibleContentRegion);
709 fEffectiveDrawingRegion.IntersectWith(
728 region.IntersectWith(&view->ScreenAndUserClipping(&fContentRegion));
783 dirtyContentRegion->IntersectWith(
[all...]
H A DView.cpp883 copyRegion->IntersectWith(screenAndUserClipping);
885 copyRegion->IntersectWith(screenAndUserClipping);
907 dirty->IntersectWith(screenAndUserClipping);
1072 redraw->IntersectWith(effectiveClipping);
1320 localDirty.IntersectWith(&region);
1445 fScreenAndUserClipping->IntersectWith(
1494 fScreenClipping.IntersectWith(&temp);
1497 fScreenClipping.IntersectWith(windowContentClipping);
H A DLayer.cpp55 fCurrentDrawingRegion.IntersectWith(&bitmapRegion);
H A DDrawState.cpp462 localTransformedClipping.IntersectWith(region);
529 fClippingRegion->IntersectWith(&rectRegion);
H A DWorkspacesView.cpp320 backgroundRegion.IntersectWith(&workspaceRegion);
373 redraw.IntersectWith(effectiveClipping);
H A DDesktop.cpp1508 copyRegion.IntersectWith(&newDirtyRegion);
1587 newDirtyRegion.IntersectWith(&window->VisibleRegion());
3492 dirtyBackground.IntersectWith(&background);
3526 dirty.IntersectWith(&stillAvailableOnScreen);
/haiku/headers/os/interface/
H A DRegion.h75 void IntersectWith(const BRegion* region);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp108 fDirty.IntersectWith(fEngine->fPainter->ClippingRegion());
156 fDirty.IntersectWith(fEngine->fPainter->ClippingRegion());
690 region.IntersectWith(fPainter->ClippingRegion());
932 region.IntersectWith(fPainter->ClippingRegion());
1023 region.IntersectWith(fPainter->ClippingRegion());
1031 region.IntersectWith(fPainter->ClippingRegion());
1044 region.IntersectWith(fPainter->ClippingRegion());
1086 r.IntersectWith(fPainter->ClippingRegion());
1092 r.IntersectWith(fPainter->ClippingRegion());
1102 r.IntersectWith(fPainte
[all...]
/haiku/src/kits/interface/
H A DRegion.cpp386 BRegion::IntersectWith(const BRegion* region) function in class:BRegion
H A DTextView.cpp4477 textRegion.IntersectWith(&inputRegion);
4492 textRegion.IntersectWith(&selectedRegion);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp350 clippedRegion.IntersectWith(&fClippingRegion);
663 clippedRegion.IntersectWith(&fClippingRegion);
679 clippedRegion.IntersectWith(&fClippingRegion);
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp534 visibleBorder->IntersectWith(&fWindow->VisibleRegion());
583 visibleBorder->IntersectWith(&fWindow->VisibleRegion());
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp887 region.IntersectWith(fClippingRegion);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1498 region.IntersectWith(fClippingRegion);

Completed in 185 milliseconds