Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:xres_new

89     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
96 int xres_new = atoi(property);
98 if (isValidResolution(ctx,xres_new,yres_new) &&
99 xres_new != xres_orig && yres_new != yres_orig) {
100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new;
105 float xdpi = ((float)xres_new * 25.4f) / (float)width;