Searched refs:fPauseSymbol (Results 1 – 2 of 2) sorted by relevance
24 fPauseSymbol(pauseSymbolShape), in PlayPauseButton()33 delete fPauseSymbol; in ~PlayPauseButton()57 BRect pauseBounds = fPauseSymbol->Bounds(); in Draw()113 FillShape(fPauseSymbol, gradient); in Draw()117 StrokeShape(fPauseSymbol); in Draw()125 if (fPauseSymbol == NULL || fPlaySymbol == NULL) in MinSize()130 (fPlaySymbol->Bounds().Width() + fPauseSymbol->Bounds().Width()) in MinSize()132 size.height = ceilf(fPauseSymbol->Bounds().Height() * 2.5f); in MinSize()174 delete fPauseSymbol; in SetSymbols()175 fPauseSymbol = pauseSymbolShape; in SetSymbols()
41 BShape* fPauseSymbol; variable