Home
last modified time | relevance | path

Searched refs:leftBottom (Results 1 – 12 of 12) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp26 , 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 DPerspectiveCommand.h28 BPoint leftBottom, BPoint rightBottom);
46 BPoint leftBottom, BPoint rightBottom);
H A DPerspectiveBox.cpp258 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) in TransformTo() argument
262 && fLeftBottom == leftBottom in TransformTo()
268 fLeftBottom = leftBottom; in TransformTo()
H A DPerspectiveBox.h69 BPoint leftBottom, BPoint rightBottom);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp368 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 DCalendarMenuWindow.cpp146 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 DPerspectiveTransformer.h105 BPoint leftBottom, BPoint rightBottom);
H A DPerspectiveTransformer.cpp262 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) in TransformTo() argument
266 fToLeftBottom = leftBottom; in TransformTo()
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h141 Crossing* rightTop, Crossing* leftBottom,
H A DSATGroup.cpp35 Crossing* leftBottom, Crossing* rightBottom) in WindowArea() argument
41 fLeftBottomCrossing(leftBottom), in WindowArea()
/haiku/headers/private/interface/
H A DHaikuControlLook.h373 const rgb_color& leftBottom,
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2729 const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) in _DrawFrame() argument
2755 BPoint(rect.left, rect.bottom), leftBottom); in _DrawFrame()