Lines Matching refs:cy
50 unsigned cy;
148 static void updateScreenInformation(struct DISPLAYSTATE *pState, unsigned cx, unsigned cy, unsigned cBPP, unsigned iDisplay,
165 pState->paScreenInformation[iDisplay].cy = cy;
184 && pState->paScreenInformation[i].cx != 0 && pState->paScreenInformation[i].cy != 0)
185 paSizeHints[i] = (pState->paScreenInformation[i].cx & 0x8fff) << 16 | (pState->paScreenInformation[i].cy & 0x8fff);
186 else if (pState->paScreenInformation[i].cx != 0 && pState->paScreenInformation[i].cy != 0)
208 && pState->paScreenInformation[0].cx > 0 && pState->paScreenInformation[0].cy > 0)
211 pState->pcszXrandr, pState->paScreenInformation[0].cx, pState->paScreenInformation[0].cy);
279 unsigned cx = 0, cy = 0, cBPP = 0, x = 0, y = 0;
282 rc = VbglR3RetrieveVideoMode(i, &cx, &cy, &cBPP, &x, &y,
288 updateScreenInformation(pState, cx, cy, cBPP, i, x, y, fEnabled, true);
307 uint32_t cx = 0, cy = 0, cBPP = 0, iDisplay = 0, x = 0, y = 0;
311 rc = VbglR3GetDisplayChangeRequest(&cx, &cy, &cBPP, &iDisplay,
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);
329 rc = VbglR3SaveVideoMode(iDisplay, cx, cy, cBPP, x, y,