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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h374 ChartView *fChartView; member in class:ChartWindow
H A DChartWindow.cpp900 fChartView = new ChartView(r);
901 fChartView->SetViewColor(0, 0, 0);
902 AddChild(fChartView);
1523 fChartView->LockLooper();
1524 fChartView->SetHighColor(fCurrentSettings.back_color);
1525 fChartView->FillRect(fChartView->Bounds());
1526 fChartView->UnlockLooper();
1573 fChartView->SetViewColor(new_set.back_color);
1593 fChartView
[all...]

Completed in 189 milliseconds