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

/haiku/src/apps/glteapot/
H A DObjectView.h91 bool fLastFog, fFog, fForceRedraw; member in class:ObjectView
H A DObjectView.cpp158 fFog(false),
393 fFog = !fFog;
662 if (fFog) {
736 if (fFog != fLastFog) {
737 if (fFog) {
750 fLastFog = fFog;

Completed in 31 milliseconds