Searched refs:Exclude (Results 1 - 25 of 49) sorted by last modified time

12

/haiku/src/kits/interface/
H A DTextView.cpp2272 invalid.Exclude(fTextRect);
H A DHaikuControlLook.cpp1952 region.Exclude(rect);
1995 region.Exclude(rect);
2868 clipping.Exclude(leftTopCorner);
2881 clipping.Exclude(rightTopCorner);
2895 clipping.Exclude(leftBottomCorner);
2908 clipping.Exclude(rightBottomCorner);
H A DStatusBar.cpp289 background.Exclude(outerFrame);
H A DBox.cpp238 update.Exclude(labelBox);
H A DRegion.cpp349 BRegion::Exclude(BRect rect) function in class:BRegion
351 Exclude(_Convert(rect));
356 BRegion::Exclude(clipping_rect clipping) function in class:BRegion
376 BRegion::Exclude(const BRegion* region) function in class:BRegion
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1209 region.Exclude(rect);
1252 region.Exclude(rect);
1671 clipping.Exclude(leftTopCorner);
1684 clipping.Exclude(rightTopCorner);
1698 clipping.Exclude(leftBottomCorner);
1711 clipping.Exclude(rightBottomCorner);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1851 region.Exclude(rect);
1894 region.Exclude(rect);
/haiku/src/kits/tracker/
H A DPoseView.cpp7217 updateRegion1.Exclude(fSelectionRectInfo.lastRect.InsetByCopy(
7220 updateRegion2.Exclude(fSelectionRectInfo.rect.InsetByCopy(
7225 updateRegion1.Exclude(unionRect
7228 updateRegion1.Exclude(unionRect
/haiku/src/servers/app/
H A DWorkspacesView.cpp241 backgroundRegion.Exclude(tabFrame);
284 backgroundRegion.Exclude(frame);
384 gridRegion.Exclude(activeRect);
H A DWindow.h397 void Exclude(BRegion* dirtyInNextSession);
H A DWindow.cpp504 copyRegion->Exclude(allDirtyRegions);
511 newDirty->Exclude(copyRegion);
518 fPendingUpdateSession->DirtyRegion().Exclude(copyRegion);
705 fEffectiveDrawingRegion.Exclude(
1761 region->Exclude(common);
2015 fContentRegion.Exclude(&decorator->GetFootprint());
2083 Window::UpdateSession::Exclude(BRegion* dirtyInNextSession) function in class:Window::UpdateSession
2085 fDirtyRegion.Exclude(dirtyInNextSession);
H A DView.cpp652 region->Exclude((clipping_rect)newVisibleBounds);
700 dirty->Exclude((clipping_rect)(oldBounds & Bounds()));
718 dirty->Exclude((clipping_rect)previousChildVisible);
816 dirty->Exclude((clipping_rect)stillVisibleBounds);
905 dirty->Exclude(copyRegion);
1131 redraw->Exclude(rect);
1143 redraw->Exclude(rect);
1149 redraw->Exclude(rect);
1393 fLocalClipping.Exclude(childrenRegion);
H A DDesktop.cpp1300 dirty.Exclude(&clean);
1525 newDirtyRegion.Exclude(&copyRegion);
1583 previouslyOccupiedRegion.Exclude(&window->VisibleRegion());
1593 exposeRegion.Exclude(&window->VisibleRegion());
1596 tmp.Exclude(&previousVisibleContentRegion);
1899 dirty.Exclude(&visibleBefore);
1900 visibleBefore.Exclude(&visibleAfter);
3343 dirty.Exclude(&clean);
3461 stillAvailableOnScreen.Exclude(&window->VisibleRegion());
3491 dirtyBackground.Exclude(
[all...]
H A DDrawState.cpp523 fClippingRegion->Exclude(rect);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp804 region.Exclude(bottomLeft);
/haiku/src/apps/deskbar/
H A DStatusView.cpp1649 fMiddleLeft.Exclude(&fTopLeftHorizontal);
1650 fMiddleLeft.Exclude(&fBottomLeftHorizontal);
1651 fMiddleLeft.Exclude(&fTopLeftVertical);
1652 fMiddleLeft.Exclude(&fBottomLeftVertical);
1656 fMiddleRight.Exclude(&fTopRightHorizontal);
1657 fMiddleRight.Exclude(&fBottomRightHorizontal);
1658 fMiddleRight.Exclude(&fTopRightVertical);
1659 fMiddleRight.Exclude(&fBottomRightVertical);
1665 fLeftSide.Exclude(&fBottomLeftHorizontal);
1666 fLeftSide.Exclude(
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh38 Exclude allocations that match a regular expression. The
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp478 outside.Exclude(canvas);
/haiku/src/apps/screenshot/
H A DUtility.cpp266 tabSpace.Exclude(frame);
267 tabSpace.Exclude(tabFrame);
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp213 tempRegion.Exclude(regionB);
216 tempRegion.Exclude(regionA);
H A DRegionIntersect.cpp130 tempRegion.Exclude(testRegionB);
134 tempRegion.Exclude(testRegionA);
H A DRegionExclude.cpp171 tempRegion1.Exclude(testRegionB);
180 tempRegion1.Exclude(testRegionB->RectAt(i));
198 return(new RegionExcludeCaller("BRegion::Exclude Test", &RegionExclude::PerformTest));
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp374 region.Exclude((clipping_rect)_CursorFrame());
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp247 region.Exclude(r);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp838 region->Exclude(fFrame);

Completed in 384 milliseconds

12