Searched refs:region (Results 126 - 135 of 135) sorted by relevance

123456

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp803 BRegion region(rect);
804 region.Exclude(bottomLeft);
805 view->ConstrainClippingRegion(&region);
820 // reset the clipping region
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp377 Decorator::Region region)
384 switch (region) {
774 // click region and decide what to do.
792 // get the functional hit region
798 // click on the decorator -- get the exact region
802 // translate the region into an action
890 // reset the click count, if the hit region differs from the previous one
376 ResizeBorderState(DefaultWindowBehaviour& behavior, BPoint where, Decorator::Region region) argument
/haiku/headers/os/interface/
H A DView.h234 void GetClippingRegion(BRegion* region) const;
235 virtual void ConstrainClippingRegion(BRegion* region);
/haiku/src/servers/app/
H A DDesktop.cpp1489 // the dirty region starts with the visible area of the window being moved
1504 // construct the region that is possible to be blitted
1509 // newDirtyRegion == the windows old visible region
1511 // include the the new visible region of the window being
1512 // moved into the dirty region (for now)
1522 // in the dirty region, exclude the parts that we
1561 // The dirty region for the inside of the window is constructed by the window itself in
1564 // Track the dirty region outside the window in case it is shrunk in "previouslyOccupiedRegion"
1566 // Track the region that was drawn in previous update sessions, so we can compute the newly
1567 // exposed areas by excluding this from the update region
3886 BRegion* region = (BRegion*)previousRegions.ItemAt(i); local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp626 EcSpaceSetup(acpi_handle region, uint32 function, void* context, argument
629 // If deactivating a region, always set the output to NULL. Otherwise,
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1848 BRegion region(rect);
1851 region.Exclude(rect);
1853 view->FillRegion(&region);
1891 BRegion region(rect);
1894 region.Exclude(rect);
1896 view->FillRegion(&region);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1949 BRegion region(rect);
1952 region.Exclude(rect);
1954 view->FillRegion(&region);
1992 BRegion region(rect);
1995 region.Exclude(rect);
1997 view->FillRegion(&region);
3297 // constrain clipping region to corner
3334 // constrain clipping region to corner
3377 // constrain clipping region to corner
3426 // constrain clipping region t
[all...]
H A DColumnListView.cpp1980 BRegion region(rect & fStatusView->Frame().InsetByCopy(-2, -2));
1981 ConstrainClippingRegion(&region);
4527 // New item is somewhere in the current region. Scroll everything
4535 } // otherwise, this is below the currently visible region
4548 // Constrain the clipping region so everything is clipped out so no
/haiku/src/apps/deskbar/
H A DStatusView.cpp1358 /*! Draggable region that is asynchronous so that dragging does not block
1457 // draw drag region highlighted if tracking mouse
1560 TDragRegion::SwitchModeForRegion(BPoint where, BRegion region, argument
1563 if (!region.Contains(where)) {
1564 // not our region
1774 /*! Draggable region that is asynchronous so that resizing does not block.
1817 // draw drag region highlighted if tracking mouse
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1202 TRACE("state %d, region %d, channel %d, audio %d\n",
2234 BDiscreteParameter *region = pref->MakeDiscreteParameter( local
2245 AddRegionItems(region);

Completed in 106 milliseconds

123456