Searched defs:rect (Results 226 - 250 of 284) sorted by path

1234567891011>>

/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp251 BRect rect = updateRect & Bounds(); local
[all...]
/haiku/src/kits/print/
H A DPictureIterator.cpp37 static void _StrokeRect(void *p, BRect rect) { return ((PictureIterator *) p)->StrokeRect(rect); } argument
38 static void _FillRect(void *p, BRect rect) { return ((PictureIterator *) p)->FillRect(rect); } argument
39 static void _StrokeRoundRect(void *p, BRect rect, BPoint radii) { return ((PictureIterator *) p)->StrokeRoundRect(rect, radii); } argument
40 static void _FillRoundRect(void *p, BRect rect, BPoint radii) { return ((PictureIterator *) p)->FillRoundRect(rect, radii); } argument
[all...]
H A DPicturePrinter.cpp116 void PicturePrinter::StrokeRect(BRect rect) { argument
121 void PicturePrinter::FillRect(BRect rect) { argument
126 void PicturePrinter::StrokeRoundRect(BRect rect, BPoint radii) { argument
131 void PicturePrinter::FillRoundRect(BRect rect, BPoint radii) { argument
H A DTemplate.cpp44 void Template::StrokeRect(BRect rect) { argument
48 void Template::FillRect(BRect rect) { argument
52 void Template::StrokeRoundRect(BRect rect, BPoint radii) { argument
56 void Template::FillRoundRect(BRect rect, BPoint radii) { argument
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp702 BRect rect; local
[all...]
H A DModel.cpp1441 BRect rect; local
H A DPose.cpp202 BRect rect; local
347 BRect rect; local
530 BRect rect = _IconRect(poseView, where); local
554 Draw(BRect rect, const BRect& updateRect, BPoseView* poseView, BView* drawView, bool fullDraw, BPoint offset, bool selected) argument
923 BRect rect; local
946 BRect rect; local
985 BRect rect; local
[all...]
H A DPoseView.cpp3637 IsValidLocation(const BRect& rect) argument
8309 DrawOpenAnimation(BRect rect) argument
8956 RemoveFromExtent(const BRect &rect) argument
8981 BRect rect; local
9114 BRect rect = CalcPoseRect(pose, index, fullDraw); local
[all...]
H A DPoseView.h785 BRect rect; member in struct:BPrivate::BPoseView::SelectionRectInfo
H A DTitleView.cpp207 BTitleView::Draw(BRect rect) argument
H A DUtilities.cpp565 DraggableIcon::DraggableIcon(BRect rect, const char* name, argument
1280 BRect rect; local
[all...]
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp110 FilePermissionsView::FilePermissionsView(BRect rect, Model* model) argument
H A DGeneralInfoView.cpp120 OpenToolTipWindow(BScreen& screen, BRect rect, const char* name, argument
596 BRect rect = ConvertToScreen(fPathRect); local
613 BRect rect = ConvertToScreen(fLinkRect); local
626 BRect rect = ConvertToScreen(fDescRect); local
[all...]
/haiku/src/libs/icon/
H A DIconUtils.cpp290 BRect rect = BRect(0, 0, srcWidth * 2 - 1, srcHeight * 2 - 1); local
761 BRect rect = BRect(0, 0, width - 1, height - 1); local
816 BRect rect = BRect(0, 0, width * 2 - 1, height * 2 - 1); local
830 BRect rect = BRect(0, 0, width * 3 - 1, height * 3 - 1); local
844 BRect rect = BRect(0, 0, width * 4 - 1, height * 4 - 1); local
857 BRect rect = BRect(0, 0, width * 4 - 1, height * 4 - 1); local
[all...]
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp73 RotateRect(BRect rect) argument
167 BRect rect; local
[all...]
H A DPrintJobReader.cpp102 status_t PrintJobPage::NextPicture(BPicture& picture, BPoint& point, BRect& rect) argument
H A DPrintUtils.cpp40 ScaleRect(const BRect& rect, float scale) argument
98 SetRect(BMessage* msg, const char* name, const BRect& rect) argument
/haiku/src/preferences/appearance/
H A DColorPreview.cpp154 BRect rect = Bounds().InsetByCopy(2.0f, 2.0f); local
[all...]
H A DCurView.cpp94 BRect rect; local
H A DFakeScrollBar.cpp243 _DrawArrowButton(int32 direction, BRect rect, const BRect& updateRect) argument
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1322 FramePart::Draw(BRect rect) argument
[all...]
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp531 BRect rect; local
H A DApplicationTypesWindow.cpp276 BRect rect; local
H A DFileTypesWindow.cpp1001 BRect rect; local
H A DIconView.cpp781 BRect rect = BitmapRect(); local

Completed in 168 milliseconds

1234567891011>>