Searched refs:xres_new (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.cpp113 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
H A Dhwc_utils.cpp89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
96 int xres_new = atoi(property); local
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;
H A Dhwc.cpp246 uint32_t newXres = ctx->dpyAttr[dpy].xres_new;
823 values[i] = ctx->dpyAttr[disp].xres_new;
H A Dhwc_fbupdate.cpp56 xres = ctx->dpyAttr[mDpy].xres_new;
H A Dhwc_utils.h109 uint32_t xres_new; member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qclient.cpp125 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
H A Dhwc.cpp240 uint32_t newXres = ctx->dpyAttr[dpy].xres_new;
843 values[i] = ctx->dpyAttr[disp].xres_new;
H A Dhwc_utils.cpp118 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
126 int xres_new = atoi(property); local
128 if (isValidResolution(ctx,xres_new,yres_new) &&
129 xres_new != xres_orig && yres_new != yres_orig) {
130 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new;
135 float xdpi = ((float)xres_new * 25.4f) / (float)width;
H A Dhwc_fbupdate.cpp54 xres = ctx->dpyAttr[mDpy].xres_new;
H A Dhwc_utils.h124 uint32_t xres_new; member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.cpp124 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
H A Dhwc.cpp233 uint32_t newXres = ctx->dpyAttr[dpy].xres_new;
861 values[i] = ctx->dpyAttr[disp].xres_new;
H A Dhwc_utils.cpp98 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
106 int xres_new = atoi(property); local
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;
H A Dhwc_fbupdate.cpp54 xres = ctx->dpyAttr[mDpy].xres_new;
H A Dhwc_utils.h118 uint32_t xres_new; member in struct:qhwc::DisplayAttributes

Completed in 208 milliseconds