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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp494 fInstantLoad = new InstantView(r);
495 fTopView->AddChild(fInstantLoad);
496 fInstantLoad->SetViewColor(0, 0, 0);
1329 if (i < fInstantLoad->step)
1330 fInstantLoad->SetHighColor(255, 90, 90);
1331 else if ((i / fInstantLoad->step) & 1)
1332 fInstantLoad->SetHighColor(90, 255, 90);
1334 fInstantLoad->SetHighColor(40, 200, 40);
1335 fInstantLoad->FillRect(BRect(3 + i * 4, 2, 5 + i * 4, 19));
1340 fInstantLoad
[all...]
H A DChartWindow.h376 InstantView *fInstantLoad; member in class:ChartWindow

Completed in 88 milliseconds