Searched refs:tri3 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/control_look/BeControlLook/ |
H A D | BeControlLook.cpp | 474 BPoint tri1, tri2, tri3; in DrawScrollBarButton() local 484 tri3.Set(r.right - 4, r.bottom - 4); in DrawScrollBarButton() 491 tri3.Set(r.right - 3, floorf((r.top + r.bottom) / 2)); in DrawScrollBarButton() 497 tri3.Set(r.right - 4, r.bottom - 4); in DrawScrollBarButton() 503 tri3.Set(floorf((r.left + r.right) / 2), r.bottom - 3); in DrawScrollBarButton() 529 off3.Set(tri3.x + 1, tri3.y + 1); in DrawScrollBarButton() 540 view->AddLine(tri2, tri3, dark); in DrawScrollBarButton() 541 view->AddLine(tri1, tri3, dark); in DrawScrollBarButton()
|
/haiku/src/kits/interface/ |
H A D | HaikuControlLook.cpp | 1028 BPoint tri1, tri2, tri3; in DrawArrowShape() local 1038 tri3.Set(rect.right, rect.bottom + 1); in DrawArrowShape() 1044 tri3.Set(rect.left + 1, rect.top); in DrawArrowShape() 1050 tri3.Set(rect.right + 1, rect.bottom); in DrawArrowShape() 1057 tri3.Set(rect.right + 1, rect.top + 1); in DrawArrowShape() 1062 tri3.Set(rect.right - 1, rect.top); in DrawArrowShape() 1067 tri3.Set(rect.right, rect.bottom); in DrawArrowShape() 1072 tri3.Set(rect.left + 1, rect.bottom); in DrawArrowShape() 1077 tri3.Set(rect.left, rect.top); in DrawArrowShape() 1084 arrowShape.LineTo(tri3); in DrawArrowShape()
|