Home
last modified time | relevance | path

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); in _CreateSpeakerShape() local
843 shape->LineTo(BPoint(magnetWidth, height - step)); in _CreateSpeakerShape()
844 shape->LineTo(BPoint(magnetWidth, height / 2 + chassieHeight)); in _CreateSpeakerShape()
845 shape->LineTo(BPoint(magnetWidth + chassieWidth - step, height + step)); in _CreateSpeakerShape()
846 shape->LineTo(BPoint(magnetWidth + chassieWidth, height + step)); in _CreateSpeakerShape()
847 shape->LineTo(BPoint(magnetWidth + chassieWidth, -step)); in _CreateSpeakerShape()
848 shape->LineTo(BPoint(magnetWidth + chassieWidth - step, -step)); in _CreateSpeakerShape()
849 shape->LineTo(BPoint(magnetWidth, height / 2 - chassieHeight)); in _CreateSpeakerShape()
850 shape->LineTo(BPoint(magnetWidth, step)); in _CreateSpeakerShape()
854 float offset = magnetWidth + chassieWidth + step * 2; in _CreateSpeakerShape()