Searched refs:origXres (Results 1 – 4 of 4) sorted by relevance
239 uint32_t origXres = ctx->dpyAttr[dpy].xres_orig; in scaleDisplayFrame() local243 float xresRatio = (float)origXres / (float)fakeXres; in scaleDisplayFrame()
244 uint32_t origXres = ctx->dpyAttr[dpy].xres; in scaleDisplayFrame() local248 float xresRatio = (float)origXres / (float)newXres; in scaleDisplayFrame()
238 uint32_t origXres = ctx->dpyAttr[dpy].xres; in scaleDisplayFrame() local242 float xresRatio = (float)origXres / (float)newXres; in scaleDisplayFrame()
231 uint32_t origXres = ctx->dpyAttr[dpy].xres; in scaleDisplayFrame() local235 float xresRatio = (float)origXres / (float)newXres; in scaleDisplayFrame()