Searched refs:xres_new (Results 1 – 10 of 10) sorted by relevance
113 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new); in getDisplayAttributes()
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig; in changeResolution()96 int xres_new = atoi(property); in changeResolution() local98 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()99 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new; in changeResolution()105 float xdpi = ((float)xres_new * 25.4f) / (float)width; in changeResolution()
246 uint32_t newXres = ctx->dpyAttr[dpy].xres_new; in scaleDisplayFrame()823 values[i] = ctx->dpyAttr[disp].xres_new; in hwc_getDisplayAttributes()
56 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
109 uint32_t xres_new; member
98 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig; in changeResolution()106 int xres_new = atoi(property); in changeResolution() local108 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()109 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new; in changeResolution()115 float xdpi = ((float)xres_new * 25.4f) / (float)width; in changeResolution()
124 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new); in getDisplayAttributes()
233 uint32_t newXres = ctx->dpyAttr[dpy].xres_new; in scaleDisplayFrame()861 values[i] = ctx->dpyAttr[disp].xres_new; in hwc_getDisplayAttributes()
54 xres = ctx->dpyAttr[mDpy].xres_new; in IFBUpdate()
118 uint32_t xres_new; member