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

123

/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_64/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/riscv64/
H A Darch_commpage_defs.h10 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/arm64/
H A Darch_commpage_defs.h10 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/headers/private/system/arch/arm/
H A Darch_commpage_defs.h12 # error Must not be included directly. Include <commpage_defs.h> instead!
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp41 fDecRegion.Include(BRect(bounds.left-4, bounds.top-4, bounds.right+4, bounds.top-1));
42 fDecRegion.Include(BRect(bounds.left-4, bounds.bottom+1, bounds.right+4, bounds.bottom+4));
43 fDecRegion.Include(BRect(bounds.left-4, bounds.top, bounds.left-1, bounds.bottom));
44 fDecRegion.Include(BRect(bounds.right+1, bounds.top, bounds.right+4, bounds.bottom));
47 fDecRegion.Include(BRect(bounds.left-4, bounds.top-4-10, bounds.left+bounds.Width()/2, bounds.top-4));
50 fDecRegion.Include(BRect(bounds.right-10, bounds.bottom-10, bounds.right, bounds.bottom));
76 reg.Include(&fDecRegion);
H A DLayer.cpp215 GetRootLayer()->fRedrawReg.Include(&localVisible);
297 regZ.Include(oldBounds);
304 reg.Include(&regZ);
311 // reg.Include(&lay->fFullVisible);
319 reg.Include(&lay->fFullVisible);
335 reg.Include(&lay->fVisible);
369 invalid.Include(&fFullVisible);
385 redrawReg.Include(&redrawReg2);
388 redrawReg.Include(&redrawMore);
394 GetRootLayer()->fRedrawReg.Include(
[all...]
/haiku/headers/private/system/arch/x86/
H A Darch_commpage_defs.h9 # error Must not be included directly. Include <commpage_defs.h> instead!
/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.h49 // Include the file at the current position and read the first char.
50 bool Include(const char* file);
/haiku/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp23 region.Include(BRect(20, 20, 40, 40));
24 region.Include(BRect(30, 30, 80, 80));
57 region.Include(BRect(20, 20, 40, 40));
58 region.Include(BRect(30, 30, 80, 80));
89 region.Include(BRect(20, 20, 40, 40));
90 region.Include(BRect(30, 30, 80, 80));
135 region.Include(BRect(20, 20, 40, 40));
136 region.Include(BRect(30, 30, 140, 140));
189 region.Include(BRect(0, 0, 40, 40));
190 region.Include(BRec
[all...]
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp76 region.Include(BRect( 5.0, 5.0, 20.0, 20.0));
77 region.Include(BRect(10.0, 10.0, 30.0, 30.0));
91 reference2.Include(BRect(47.0, 82.0, 87.0, 122.0));
92 reference2.Include(BRect(60.0, 95.0, 112.0, 147.0));
201 regions[0].Include(BRect( 5.0, 5.0, 20.0, 20.0));
202 regions[0].Include(BRect(10.0, 10.0, 30.0, 30.0));
204 regions[1].Include(BRect( 5.0, 5.0, 20.0, 20.0));
205 regions[1].Include(BRect(10.0, 10.0, 30.0, 30.0));
213 reference.Include(BRect(22.0, 32.0, 62.0, 72.0));
214 reference.Include(BRec
[all...]
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp562 updateRegion->Include(rect);
608 dirty->Include(realResizeRect);
611 dirty->Include(realResizeRect);
624 dirty->Include(realResizeRect);
627 dirty->Include(realResizeRect);
635 dirty->Include(realResizeRect);
638 dirty->Include(realResizeRect);
664 dirty->Include(t);
667 dirty->Include(t);
668 dirty->Include(fRightBorde
[all...]
H A DDecorator.cpp285 updateRegion->Include(&GetFootprint());
726 dirty.Include(fTitleBarRect);
732 dirty.Include(fTabList.ItemAt(i)->closeRect);
739 dirty.Include(fTabList.ItemAt(i)->minimizeRect);
746 dirty.Include(fTabList.ItemAt(i)->zoomRect);
757 dirty.Include(rect);
768 dirty.Include(rect);
773 dirty.Include(fTopBorder);
777 dirty.Include(fBottomBorder);
782 dirty.Include(fResizeRec
[all...]
/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/src/tests/add-ons/print/ppd/test/
H A DTestScanner.cpp41 if (!scanner.Include("include.ppd")) {
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp61 region.Include(BRect(10, 10, 40, 40));
62 region.Include(BRect(30, 30, 100, 50));
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp194 region->Include(BRect(fFrame.left - 4, fFrame.top - 20,
205 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.top - 4,
207 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.top,
209 fBorderRegion.Include(BRect(fFrame.right + 1, fFrame.top,
211 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.bottom + 1,
213 fBorderRegion.Include(BRect(fFrame.right - 10, fFrame.bottom - 10,
306 dirtyRegion->Include(&fBorderRegion);
316 dirtyRegion->Include(&newBorderRegion);
415 fDirtyRegion.Include(region);
540 region->Include(
899 UpdateSession::Include(BRegion* additionalDirty) function in class:UpdateSession
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp755 invalidRegion.Include(rect);
772 invalidRegion.Include(viewRect);
799 invalidRegion.Include(viewRect);
832 invalidRegion.Include(rect);
859 invalidRegion.Include(bounds);
885 invalidRegion.Include(rect);
922 invalidRegion.Include(bounds);
948 invalidRegion.Include(rect);
980 invalidRegion.Include(rect);
1040 invalidRegion.Include(bound
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp103 region.Include(Frame() & updateRect);
273 updateRegion->Include(m_wire->Frame());
276 updateRegion->Include(m_wire->Frame());
H A DDiagramBox.cpp134 region.Include(Frame());
146 region.Include(Frame());
288 wireRegion->Include(fFrame);
290 wireRegion->Include(fFrame);
/haiku/src/tests/kits/game/direct_window_info_test/
H A Ddwinfo.cpp84 region.Include(info->clip_list[i]);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDirectWindowBuffer.cpp77 fWindowClipping.Include(info->clip_list[i]);

Completed in 292 milliseconds

123