Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:xres_new

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