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

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp761 float stemWidth = floorf(height / 3); local
764 shape->LineTo(BPoint(stemWidth, height));
765 shape->LineTo(BPoint(stemWidth, 0));
769 shape->MoveTo(BPoint(height - stemWidth, height));
772 shape->LineTo(BPoint(height - stemWidth, 0));

Completed in 14 milliseconds