Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:yres_new

99     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
107 int yres_new = atoi(yptr + 1);
108 if (isValidResolution(ctx,xres_new,yres_new) &&
109 xres_new != xres_orig && yres_new != yres_orig) {
111 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
116 float ydpi = ((float)yres_new * 25.4f) / (float)height;