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

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp653 float stopWidth = ceilf(height / 6); local
655 shape->MoveTo(BPoint(-stopWidth, height));
658 shape->LineTo(BPoint(-stopWidth, 0));
690 float stopWidth = ceilf(height / 6); local
693 shape->LineTo(BPoint(height * 2 + stopWidth, height));
694 shape->LineTo(BPoint(height * 2 + stopWidth, 0));

Completed in 38 milliseconds