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

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp838 float magnetWidth = floorf(height / 5); local
843 shape->LineTo(BPoint(magnetWidth, height - step));
844 shape->LineTo(BPoint(magnetWidth, height / 2 + chassieHeight));
845 shape->LineTo(BPoint(magnetWidth + chassieWidth - step, height + step));
846 shape->LineTo(BPoint(magnetWidth + chassieWidth, height + step));
847 shape->LineTo(BPoint(magnetWidth + chassieWidth, -step));
848 shape->LineTo(BPoint(magnetWidth + chassieWidth - step, -step));
849 shape->LineTo(BPoint(magnetWidth, height / 2 - chassieHeight));
850 shape->LineTo(BPoint(magnetWidth, step));
854 float offset = magnetWidth
[all...]

Completed in 11 milliseconds