Lines Matching refs:cy
96 * @param cy Pointer height.
100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg)
103 size_t cbReq = vmmdevGetMousePointerReqSize(cx, cy);
115 pReq->height = cy;
281 * @param cy the height of the mode being queried
284 VBGLR3DECL(bool) VbglR3HostLikesVideoMode(uint32_t cx, uint32_t cy, uint32_t cBits)
293 req.height = cy;
356 * @param cy mode height
362 VBGLR3DECL(int) VbglR3SaveVideoMode(unsigned cScreen, unsigned cx, unsigned cy,
378 RTStrPrintf(szModeParms, sizeof(szModeParms), "%ux%ux%u,%ux%u,%u", cx, cy,
389 RTStrPrintf(szModeParms, sizeof(szModeParms), "%ux%ux%u", cx, cy,
408 && ( cx != cx2 || cy != cy2 || cBits != cBits2
456 unsigned cx, cy, cBits;
488 cMatches = sscanf(szModeParms, "%ux%ux%u%c%ux%u,%u%c", &cx, &cy, &cBits,
505 *pcy = cy;