Searched refs:Exclude (Results 1 - 25 of 49) sorted by path

12

/haiku/headers/os/interface/
H A DRegion.h71 void Exclude(BRect rect);
72 void Exclude(clipping_rect clipping);
73 void Exclude(const BRegion* region);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp668 region->Exclude(fFrame);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp136 region.Exclude(&clipping);
148 region.Exclude(&clipping);
154 region.Exclude(r);
H A DDiagramItemGroup.cpp350 updateRegion->Exclude(item->Frame());
H A DDiagramView.cpp590 region.Exclude(&m_boxRegion);
610 region.Exclude(&m_boxRegion);
629 region.Exclude(&m_boxRegion);
H A DDiagramWire.cpp163 region.Exclude(&clipping);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp380 clippingRegion.Exclude(fChartFrame);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp146 region.Exclude(bitmap->Bounds().OffsetByCopy(point));
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp56 region.Exclude(r);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp79 outSideVideoRegion.Exclude(fVideoFrame);
332 invalid.Exclude(frame);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp478 clipping.Exclude(Frame());
/haiku/src/kits/interface/
H A DSlider.cpp841 background.Exclude(BarFrame());
/haiku/src/preferences/locale/
H A DLanguageListView.cpp299 region.Exclude(fDropTargetHighlightFrame.InsetByCopy(2.0, 2.0));
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp269 region.Exclude(frame);
281 region.Exclude(frame);
293 region.Exclude(frame);
305 region.Exclude(frame);
317 region.Exclude(frame);
329 region.Exclude(frame);
694 region.Exclude(r);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp449 region.Exclude(child->Frame());
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp36 fClippingRegion.Exclude(r);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp298 regZ.Exclude(oldBounds&lay->Bounds());
380 redrawReg.Exclude(&oldFullVisible);
383 redrawReg2.Exclude(&fFullVisible);
440 redrawReg.Exclude(&oldFullVisible);
482 redrawReg.Exclude(&invalid);
571 fFullVisible.Exclude(&invalid);
572 fVisible.Exclude(&invalid);
590 common.Exclude(&lay->fFullVisible);
594 unalteredVisible.Exclude(&lay->fFullVisible);
H A DWinBorder.cpp55 region.Exclude(&fDecRegion);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp209 update.Exclude(&fMasterClipping);
221 update.Exclude(&fBackgroundRegion);
245 fBackgroundRegion.Exclude(&window->VisibleRegion());
374 newDirtyRegion.Exclude(&copyRegion);
401 previouslyOccupiedRegion.Exclude(&window->VisibleRegion());
499 dirty.Exclude(&clean);
533 dirty.Exclude(&clean);
615 stillAvailableOnScreen->Exclude(&window->VisibleRegion());
645 dirtyBackground.Exclude(&fBackgroundRegion);
H A DViewLayer.cpp450 dirty.Exclude(newVisibleBounds);
490 dirty.Exclude(oldBounds & Bounds());
502 dirty.Exclude(previousChildVisible);
600 dirty.Exclude(stillVisibleBounds);
628 effectiveClipping->Exclude(&ScreenClipping(windowContentClipping));
725 fLocalClipping.Exclude(child->Frame());
H A DWindowLayer.cpp492 newDirty.Exclude(region);
538 region->Exclude(&common);
794 fCurrentUpdateSession.Exclude(contentDirtyRegion);
871 // TODO: speed up by avoiding "Exclude()"
877 fContentRegion.Exclude(BRect(fFrame.right - 10, fFrame.bottom - 10,
904 // Exclude
906 UpdateSession::Exclude(BRegion* dirtyInNextSession) function in class:UpdateSession
908 fDirtyRegion.Exclude(dirtyInNextSession);
H A DWindowLayer.h36 void Exclude(BRegion* dirtyInNextSession);
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp78 region.Exclude(BRect(10.0, 20.0, 20.0, 25.0));
93 reference2.Exclude(BRect(60.0, 120.0, 86.0, 134.0));
203 regions[0].Exclude(BRect(10.0, 20.0, 20.0, 25.0));
206 regions[1].Exclude(BRect(10.0, 20.0, 20.0, 25.0));
215 reference.Exclude(BRect(35.0, 70.0, 61.0, 84.0));
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1851 region.Exclude(rect);
1894 region.Exclude(rect);
/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);

Completed in 224 milliseconds

12