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

/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp24 fPauseSymbol(pauseSymbolShape),
33 delete fPauseSymbol;
57 BRect pauseBounds = fPauseSymbol->Bounds();
113 FillShape(fPauseSymbol, gradient);
117 StrokeShape(fPauseSymbol);
125 if (fPauseSymbol == NULL || fPlaySymbol == NULL)
130 (fPlaySymbol->Bounds().Width() + fPauseSymbol->Bounds().Width())
132 size.height = ceilf(fPauseSymbol->Bounds().Height() * 2.5f);
174 delete fPauseSymbol;
175 fPauseSymbol
[all...]
H A DPlayPauseButton.h41 BShape* fPauseSymbol; member in class:PlayPauseButton

Completed in 79 milliseconds