Lines Matching refs:fEnabled
54 bool fEnabled;
149 unsigned x, unsigned y, bool fEnabled, bool fUpdatePosition)
169 pState->paScreenInformation[iDisplay].fEnabled = fEnabled;
183 if ( pState->paScreenInformation[i].fEnabled
280 bool fEnabled = true;
283 &fEnabled);
288 updateScreenInformation(pState, cx, cy, cBPP, i, x, y, fEnabled, true);
308 bool fEnabled = true, fUpdatePosition = true;
312 &x, &y, &fEnabled,
318 LogRelFlowFunc(("Got size hint from host cx=%d, cy=%d, bpp=%d, iDisplay=%d, x=%d, y=%d fEnabled=%d\n",
319 cx, cy, cBPP, iDisplay, x, y, fEnabled));
323 updateScreenInformation(pState, cx, cy, cBPP, iDisplay, x, y, fEnabled, fUpdatePosition);
330 fEnabled);