Searched refs:yres_new (Results 1 – 8 of 8) sorted by relevance
114 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new); in getDisplayAttributes()
90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig; in changeResolution()97 int yres_new = atoi(yptr + 1); in changeResolution() local98 if (isValidResolution(ctx,xres_new,yres_new) && in changeResolution()99 xres_new != xres_orig && yres_new != yres_orig) { in changeResolution()101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new; in changeResolution()106 float ydpi = ((float)yres_new * 25.4f) / (float)height; in changeResolution()
57 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()
110 uint32_t yres_new; member
125 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new); in getDisplayAttributes()
234 uint32_t newYres = ctx->dpyAttr[dpy].yres_new; in scaleDisplayFrame()870 values[i] = ctx->dpyAttr[disp].yres_new; in hwc_getDisplayAttributes()
119 uint32_t yres_new; member
55 yres = ctx->dpyAttr[mDpy].yres_new; in IFBUpdate()