Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:yres_new

90     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
97 int yres_new = atoi(yptr + 1);
98 if (isValidResolution(ctx,xres_new,yres_new) &&
99 xres_new != xres_orig && yres_new != yres_orig) {
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
106 float ydpi = ((float)yres_new * 25.4f) / (float)height;