Searched refs:Include (Results 1 - 25 of 64) sorted by path

123

/haiku/headers/os/interface/
H A DRegion.h67 void Include(BRect rect);
68 void Include(clipping_rect clipping);
69 void Include(const BRegion* region);
/haiku/headers/private/system/arch/m68k/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/mipsel/
H A Darch_commpage_defs.h11 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/ppc/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/x86/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/x86_64/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp523 updateRegion->Include(rect);
583 dirty->Include(tab->tabRect);
589 dirty->Include(fBorderRect);
621 updateRegion->Include(fTitleBarRect);
633 updateRegion->Include(oldTitle);
634 updateRegion->Include(fTitleBarRect);
666 region->Include(tab->tabRect);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp134 region.Include(Frame());
146 region.Include(Frame());
288 wireRegion->Include(fFrame);
290 wireRegion->Include(fFrame);
H A DDiagramEndPoint.cpp103 region.Include(Frame() & updateRect);
273 updateRegion->Include(m_wire->Frame());
276 updateRegion->Include(m_wire->Frame());
H A DDiagramItemGroup.cpp384 region->Include(item->Frame() & r);
398 region->Include(item->Frame() & r);
H A DDiagramView.cpp586 region.Include(m_draggedWire->Frame());
589 region.Include(m_draggedWire->Frame());
609 region.Include(updateRect);
628 region.Include(updateRect);
667 m_boxRegion.Include(ItemAt(i, DiagramItem::M_BOX)->Frame());
H A DDiagramWire.cpp161 region.Include(Frame() & updateRect);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp608 region.Include(&oldSelectionRegion);
944 region.Include(rect);
953 region.Include(rect);
962 region.Include(rect);
969 region.Include(rect);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1464 region.Include(&oldRegion);
1659 region.Include(selectionRect);
1668 region.Include(selectionRect);
1677 region.Include(selectionRect);
1687 region.Include(selectionRect);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp50 clipping.Include(b);
/haiku/src/kits/game/
H A DDirectWindow.cpp150 region.Include(info.clip_list[i]);
387 // Otherwise, we would need to call BRegion::Include(clipping_rect)
/haiku/src/servers/app/
H A DSimpleTransform.h102 converted.Include(BRect(lt, rb));
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp109 fUpdateRegion.Include(rect);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h338 region.Include(rect);
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.h46 bool Include(const char* file) { return fScanner.Include(file); } function in class:Parser
H A DScanner.cpp192 bool Scanner::Include(const char* file) function in class:Scanner
H A DScanner.h49 // Include the file at the current position and read the first char.
50 bool Include(const char* file);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestScanner.cpp41 if (!scanner.Include("include.ppd")) {
/haiku/src/tests/kits/game/direct_window_info_test/
H A Ddwinfo.cpp84 region.Include(info->clip_list[i]);
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp61 region.Include(BRect(10, 10, 40, 40));
62 region.Include(BRect(30, 30, 100, 50));

Completed in 134 milliseconds

123