HomeSort by relevance Sort by last modified time
    Searched refs:yres_new (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 114 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
hwc_utils.cpp 90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
97 int yres_new = atoi(yptr + 1); local
98 if (isValidResolution(ctx,xres_new,yres_new) &&
99 xres_new != xres_orig && yres_new != yres_orig) {
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
106 float ydpi = ((float)yres_new * 25.4f) / (float)height;
    [all...]
hwc.cpp 237 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
793 values[i] = ctx->dpyAttr[disp].yres_new;
hwc_fbupdate.cpp 57 yres = ctx->dpyAttr[mDpy].yres_new;
hwc_utils.h 110 uint32_t yres_new; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 124 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
hwc.cpp 234 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
842 values[i] = ctx->dpyAttr[disp].yres_new;
    [all...]
hwc_utils.cpp 98 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
106 int yres_new = atoi(yptr + 1); local
107 if (isValidResolution(ctx,xres_new,yres_new) &&
108 xres_new != xres_orig && yres_new != yres_orig) {
110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
115 float ydpi = ((float)yres_new * 25.4f) / (float)height;
    [all...]
hwc_fbupdate.cpp 55 yres = ctx->dpyAttr[mDpy].yres_new;
hwc_utils.h 118 uint32_t yres_new; member in struct:qhwc::DisplayAttributes

Completed in 324 milliseconds