Searched defs:bounds (Results 126 - 146 of 146) sorted by relevance

123456

/haiku/src/servers/app/
H A DServerFont.cpp1117 FT_BBox bounds = face->bbox; local
H A DServerApp.cpp3427 BRect bounds; local
/haiku/src/apps/deskbar/
H A DStatusView.cpp293 BRect bounds = Bounds(); local
H A DSwitcher.cpp369 TTeamGroup::Draw(BView* view, BRect bounds, bool main) argument
1230 TBox::TBox(BRect bounds, TSwitchManager* manager, TSwitcherWindow* window, argument
1268 BRect bounds = Bounds(); local
1337 BRect bounds local
1909 BRect bounds = Bounds(); local
2247 BRect bounds = Bounds(); local
[all...]
/haiku/src/kits/interface/
H A DColorControl.cpp189 BRect bounds = _PaletteFrame(); local
H A DMenuField.cpp468 BRect bounds = fMenuBar->ConvertFromParent(Bounds()); local
494 BRect bounds = fMenuBar->ConvertFromParent(Bounds()); local
H A DTabView.cpp1504 BRect bounds = Bounds(); local
[all...]
H A DAbstractSpinner.cpp1019 BRect bounds = Bounds(); local
[all...]
H A DListView.cpp1236 BRect bounds = Bounds(); local
1628 BRect bounds = Bounds(); local
[all...]
H A DMenu.cpp1571 BRect bounds; local
2789 BRect bounds = Bounds(); local
H A DView.cpp3573 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, BRect bounds, argument
3678 BView::FillPolygon(const BPoint* pointArray, int32 numPoints, BRect bounds, argument
3692 FillPolygon(const BPoint* pointArray, int32 numPoints, BRect bounds, const BGradient& gradient) argument
3855 StrokeTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, ::pattern pattern) argument
3996 FillTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, ::pattern pattern) argument
4016 FillTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, const BGradient& gradient) argument
[all...]
H A DTextView.cpp2153 BRect bounds = Bounds(); local
4905 BRect bounds = Bounds(); local
4997 BRect bounds = Bounds(); local
5072 BRect bounds = Bounds(); local
5081 BRect bounds = Bounds(); local
6008 const BRect& bounds = Bounds(); local
[all...]
H A DColumnListView.cpp436 BRect bounds = Bounds(); local
452 BRect bounds = Bounds(); local
1106 BRect bounds = Bounds(); local
2266 _GetChildViewRects(const BRect& bounds, BRect& titleRect, BRect& outlineRect, BRect& vScrollBarRect, BRect& hScrollBarRect) argument
4736 BRect bounds = Bounds(); local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp152 BRect bounds = Bounds(); local
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp102 DrawTransaction(DrawingEngine *engine, const BRect &bounds) argument
831 DrawingEngine::DrawPolygon(BPoint* ptlist, int32 numpts, BRect bounds, argument
848 DrawingEngine::FillPolygon(BPoint* ptlist, int32 numpts, BRect bounds, argument
1179 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 ptCount, const BPoint* ptList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
1207 FillShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 ptCount, const BPoint* ptList, const BGradient& gradient, const BPoint& viewToScreenOffset, float viewScale) argument
1233 DrawTriangle(BPoint* pts, const BRect& bounds, bool filled) argument
1252 FillTriangle(BPoint* pts, const BRect& bounds, const BGradient& gradient) argument
1474 ReadBitmap(ServerBitmap* bitmap, bool drawCursor, BRect bounds) argument
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1362 BRect bounds; local
1383 BRect bounds; local
/haiku/src/kits/tracker/
H A DUtilities.cpp429 OffscreenBitmap::NewBitmap(BRect bounds) argument
665 FlickerFreeStringView::FlickerFreeStringView(BRect bounds, const char* name, argument
677 FlickerFreeStringView::FlickerFreeStringView(BRect bounds, const char* name, argument
[all...]
H A DPoseView.cpp3482 BRect bounds = Bounds(); local
5728 BRect bounds = Bounds(); local
5920 BRect bounds = Bounds(); local
10444 BRect bounds = Bounds(); local
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1154 BRect bounds = fImageView->Bitmap()->Bounds(); local
/haiku/src/apps/terminal/
H A DTermView.cpp2354 BRect bounds = Bounds(); local
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h134 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member in struct:NSVGpath
153 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member in struct:NSVGshape
556 static int nsvg__ptInBounds(float* pt, float* bounds) argument
568 static void nsvg__curveBounds(float* bounds, float* curve) argument
907 nsvg__getLocalBounds(float* bounds, NSVGshape *shape, float* xform) argument
1033 float bounds[4]; local
2745 nsvg__imageBounds(NSVGparser* p, float* bounds) argument
2789 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; local
[all...]

Completed in 211 milliseconds

123456