Searched refs:tri2 (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/preferences/appearance/
H A DFakeScrollBar.cpp278 BPoint tri1, tri2, tri3; local
286 tri2.Set(r.right - r.Width() / 1.33, (r.top + r.bottom + 1) / 2);
292 tri2.Set(r.left + r.Width() / 1.33, (r.top + r.bottom + 1) / 2);
298 tri2.Set((r.left + r.right + 1) / 2, r.bottom - r.Height() / 1.33);
304 tri2.Set((r.left + r.right + 1) / 2, r.top + r.Height() / 1.33);
316 arrowShape.LineTo(tri2);
/haiku-fatelf/src/kits/interface/
H A DScrollBar.cpp1794 BPoint tri1, tri2, tri3;
1802 tri2.Set(r.right - r.Width() / 1.33, (r.top + r.bottom + 1) /2 );
1807 tri2.Set(r.left + r.Width() / 1.33, (r.top + r.bottom + 1) / 2);
1812 tri2.Set((r.left + r.right + 1) / 2, r.bottom - r.Height() / 1.33);
1817 tri2.Set((r.left + r.right + 1) / 2, r.top + r.Height() / 1.33);
1825 tri2 = tri2 + offset;
1845 arrowShape.LineTo(tri2);
H A DControlLook.cpp734 BPoint tri1, tri2, tri3; local
742 tri2.Set(rect.right - rect.Width() / 1.33,
748 tri2.Set(rect.left + rect.Width() / 1.33,
754 tri2.Set((rect.left + rect.right + 1) / 2,
761 tri2.Set((rect.left + rect.right + 1) / 2,
774 arrowShape.LineTo(tri2);

Completed in 106 milliseconds