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)
31 fOldLeftBottom(leftBottom),
35 fNewLeftBottom(leftBottom),
135 BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom)
139 fNewLeftBottom = leftBottom;
24 PerspectiveCommand(PerspectiveBox* box, PerspectiveTransformer* transformer, BPoint leftTop, BPoint rightTop , BPoint leftBottom, BPoint rightBottom) argument
134 SetNewPerspective( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
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)
262 && fLeftBottom == leftBottom
268 fLeftBottom = leftBottom;
257 TransformTo( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
H A DPerspectiveBox.h69 BPoint leftBottom, BPoint rightBottom);
/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)
266 fToLeftBottom = leftBottom;
261 TransformTo( BPoint leftTop, BPoint rightTop, BPoint leftBottom, BPoint rightBottom) argument
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp368 BPoint leftBottom(-6.0, 6.0);
377 StrokeLine(markerPos + leftBottom + BPoint(1.0, 4.0),
390 BRect rect(markerPos.x + leftBottom.x, markerPos.y,
395 StrokeTriangle(markerPos, markerPos + leftBottom,
407 markerPos + leftBottom + BPoint(1.0, 0.0),
409 StrokeLine(markerPos + leftBottom + BPoint(0.0, 1.0),
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp146 BRect leftBottom(screen.left, bottom / 2.0, right / 2.0, bottom + 1.0);
153 } else if (leftBottom.Contains(where)) {
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h141 Crossing* rightTop, Crossing* leftBottom,
H A DSATGroup.cpp35 Crossing* leftBottom, Crossing* rightBottom)
41 fLeftBottomCrossing(leftBottom),
34 WindowArea(Crossing* leftTop, Crossing* rightTop, Crossing* leftBottom, Crossing* rightBottom) argument
/haiku/headers/private/interface/
H A DHaikuControlLook.h373 const rgb_color& leftBottom,
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2730 const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders)
2756 BPoint(rect.left, rect.bottom), leftBottom); local
2728 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument

Completed in 219 milliseconds