Searched refs:origYres (Results 1 – 3 of 3) sorted by relevance
240 uint32_t origYres = ctx->dpyAttr[dpy].yres_orig; in scaleDisplayFrame() local244 float yresRatio = (float)origYres / (float)fakeYres; in scaleDisplayFrame()
245 uint32_t origYres = ctx->dpyAttr[dpy].yres; in scaleDisplayFrame() local249 float yresRatio = (float)origYres / (float)newYres; in scaleDisplayFrame()
232 uint32_t origYres = ctx->dpyAttr[dpy].yres; in scaleDisplayFrame() local236 float yresRatio = (float)origYres / (float)newYres; in scaleDisplayFrame()