Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:xres_new

98     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
106 int xres_new = atoi(property);
108 if (isValidResolution(ctx,xres_new,yres_new) &&
109 xres_new != xres_orig && yres_new != yres_orig) {
110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new;
115 float xdpi = ((float)xres_new * 25.4f) / (float)width;