Searched refs:rect (Results 1 - 25 of 512) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DMessage.h137 status_t FindRect(const char *name, BRect *rect) const;
138 status_t FindRect(const char *name, int32 index, BRect *rect) const;
/haiku/headers/libs/agg/
H A Dagg_rounded_rect.h38 void rect(double x1, double y1, double x2, double y2);
/haiku/headers/libs/print/libprint/
H A DJobData.h510 JobData::SetPaperRect(const BRect &rect) argument
512 fPaperRect = rect;
524 JobData::SetScaledPaperRect(const BRect &rect) argument
526 fScaledPaperRect = rect;
538 JobData::SetPrintableRect(const BRect &rect) argument
540 fPrintableRect = rect;
552 JobData::SetScaledPrintableRect(const BRect &rect) argument
554 fScaledPrintableRect = rect;
566 JobData::SetPhysicalRect(const BRect &rect) argument
568 fPhysicalRect = rect;
581 SetScaledPhysicalRect(const BRect &rect) argument
[all...]
H A DPagesView.h17 void Draw(BRect rect);
H A DPreview.h55 PreviewView(BFile* jobFile, BRect rect);
97 void _DrawPageFrame(BRect rect);
99 void _DrawMarginFrame(BRect rect);
H A DPrintProcess.h28 BRect rect; member in class:PictureData
/haiku/headers/os/interface/
H A DColorControl.h101 void _DrawColorRamp(BRect rect, BView* target,
H A DLayoutUtils.h43 static BRect AlignOnRect(BRect rect, BSize size, BAlignment alignment);
44 static BRect MoveIntoFrame(BRect rect, BSize frameSize);
H A DPoint.h27 void ConstrainTo(BRect rect);
H A DPolygon.h46 void _MapRectangle(BRect* rect, const BRect& source,
H A DPrintJob.h48 virtual void DrawView(BView* view, BRect rect,
77 BPicture* picture, BRect rect);
87 void _AddPicture(BPicture& picture, BRect& rect,
H A DRect.h83 bool Intersects(BRect rect) const;
85 bool Contains(BRect rect) const;
H A DRegion.h17 /* Integer rect used to define a clipping rectangle. All bounds are inclusive. */
31 BRegion(const BRect rect);
37 void Set(BRect rect);
51 bool Intersects(BRect rect) const;
67 void Include(BRect rect);
71 void Exclude(BRect rect);
93 clipping_rect _Convert(const BRect& rect) const;
94 clipping_rect _ConvertToInternal(const BRect& rect) const;
96 const clipping_rect& rect) const;
/haiku/headers/private/app/
H A DServerProtocolStructs.h70 BRect rect; member in struct:ViewBeginRectTrackingInfo
/haiku/headers/private/interface/
H A DColumnListView.h179 virtual void DrawTitle(BRect rect, BView* targetView);
180 virtual void DrawField(BField* field, BRect rect,
250 BColumnListView(BRect rect,
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h29 BRect rect, Desktop* desktop);
44 virtual void _DrawFrame(BRect rect);
46 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
47 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
49 BRect rect);
51 BRect rect);
53 BRect rect);
61 const BRect rect, bool down,
64 const BRect rect, bool down,
68 bool direct, BRect rect);
[all...]
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp46 WinDecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, argument
49 return new (std::nothrow)WinDecorator(settings, rect, desktop);
272 WinDecorator::_DrawFrame(BRect rect) argument
324 \param rect The area of the \a tab to update.
327 WinDecorator::_DrawTab(Decorator::Tab* tab, BRect rect) argument
332 if (!tabRect.IsValid() || !rect.Intersects(tabRect)
337 fDrawingEngine->FillRect(tabRect & rect, fTabColor);
343 _DrawButtons(tab, rect);
355 \param rect area of the title to update.
358 WinDecorator::_DrawTitle(Decorator::Tab* tab, BRect rect) argument
421 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
447 _DrawZoom(Decorator::Tab* tab, bool direct, BRect rect) argument
479 _DrawClose(Decorator::Tab* tab, bool direct, BRect rect) argument
512 BRect rect = TabRect(tab); local
[all...]
H A DWinDecorator.h29 BRect rect, Desktop* desktop);
51 virtual void _DrawFrame(BRect rect);
55 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
56 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
59 BRect rect);
61 BRect rect);
63 BRect rect);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.h22 FolderConfigWindow(BRect rect,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.h72 virtual void getActiveRange( theater_standard standard, CRadeonRect &rect ) = 0;
74 virtual void getVBIRange( theater_standard standard, CRadeonRect &rect ) = 0;
H A DTheater100.cpp1201 void CTheater100::getActiveRange( theater_standard standard, CRadeonRect &rect )
1203 rect.SetTo(
1208 void CTheater100::getVBIRange( theater_standard standard, CRadeonRect &rect )
1210 rect.SetTo(
H A DTheater100.h49 void getActiveRange( theater_standard standard, CRadeonRect &rect );
51 void getVBIRange( theater_standard standard, CRadeonRect &rect );
H A DTheater200.cpp1074 void CTheater200::getActiveRange( theater_standard standard, CRadeonRect &rect )
1077 rect.SetTo(
1083 void CTheater200::getVBIRange( theater_standard standard, CRadeonRect &rect )
1086 rect.SetTo(
H A DTheater200.h56 void getActiveRange( theater_standard standard, CRadeonRect &rect );
59 void getVBIRange( theater_standard standard, CRadeonRect &rect );
H A DVideoIn.cpp468 void CVideoIn::getActiveRange( video_in_standard standard, CRadeonRect &rect )
474 rect.SetTo(

Completed in 211 milliseconds

1234567891011>>