/haiku/src/apps/icon-o-matic/transformable/ |
H A D | PerspectiveCommand.cpp | 26 , BPoint leftBottom, BPoint rightBottom) in PerspectiveCommand() argument 31 fOldLeftBottom(leftBottom), in PerspectiveCommand() 35 fNewLeftBottom(leftBottom), in PerspectiveCommand() 135 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) in SetNewPerspective() argument 139 fNewLeftBottom = leftBottom; in SetNewPerspective()
|
H A D | PerspectiveCommand.h | 28 BPoint leftBottom, BPoint rightBottom); 46 BPoint leftBottom, BPoint rightBottom);
|
H A D | PerspectiveBox.cpp | 258 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) in TransformTo() argument 262 && fLeftBottom == leftBottom in TransformTo() 268 fLeftBottom = leftBottom; in TransformTo()
|
H A D | PerspectiveBox.h | 69 BPoint leftBottom, BPoint rightBottom);
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | GradientControl.cpp | 368 BPoint leftBottom(-6.0, 6.0); in Draw() local 377 StrokeLine(markerPos + leftBottom + BPoint(1.0, 4.0), in Draw() 390 BRect rect(markerPos.x + leftBottom.x, markerPos.y, in Draw() 395 StrokeTriangle(markerPos, markerPos + leftBottom, in Draw() 407 markerPos + leftBottom + BPoint(1.0, 0.0), in Draw() 409 StrokeLine(markerPos + leftBottom + BPoint(0.0, 1.0), in Draw()
|
/haiku/src/apps/deskbar/ |
H A D | CalendarMenuWindow.cpp | 146 BRect leftBottom(screen.left, bottom / 2.0, right / 2.0, bottom + 1.0); in Show() local 153 } else if (leftBottom.Contains(where)) { in Show()
|
/haiku/src/libs/icon/transformer/ |
H A D | PerspectiveTransformer.h | 105 BPoint leftBottom, BPoint rightBottom);
|
H A D | PerspectiveTransformer.cpp | 262 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) in TransformTo() argument 266 fToLeftBottom = leftBottom; in TransformTo()
|
/haiku/src/servers/app/stackandtile/ |
H A D | SATGroup.h | 141 Crossing* rightTop, Crossing* leftBottom,
|
H A D | SATGroup.cpp | 35 Crossing* leftBottom, Crossing* rightBottom) in WindowArea() argument 41 fLeftBottomCrossing(leftBottom), in WindowArea()
|
/haiku/headers/private/interface/ |
H A D | HaikuControlLook.h | 373 const rgb_color& leftBottom,
|
/haiku/src/kits/interface/ |
H A D | HaikuControlLook.cpp | 2729 const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) in _DrawFrame() argument 2755 BPoint(rect.left, rect.bottom), leftBottom); in _DrawFrame()
|