HomeSort by relevance Sort by last modified time
    Searched refs:yres_new (Results 1 - 15 of 15) 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 247 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
832 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/msm8909/libhwcomposer/
hwc_qclient.cpp 126 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
hwc.cpp 241 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
852 values[i] = ctx->dpyAttr[disp].yres_new;
    [all...]
hwc_utils.cpp 119 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
127 int yres_new = atoi(yptr + 1); local
128 if (isValidResolution(ctx,xres_new,yres_new) &&
129 xres_new != xres_orig && yres_new != yres_orig) {
131 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
136 float ydpi = ((float)yres_new * 25.4f) / (float)height;
    [all...]
hwc_fbupdate.cpp 55 yres = ctx->dpyAttr[mDpy].yres_new;
hwc_utils.h 125 uint32_t yres_new; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 125 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
hwc.cpp 234 uint32_t newYres = ctx->dpyAttr[dpy].yres_new;
870 values[i] = ctx->dpyAttr[disp].yres_new;
    [all...]
hwc_utils.cpp 99 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
107 int yres_new = atoi(yptr + 1); local
108 if (isValidResolution(ctx,xres_new,yres_new) &&
109 xres_new != xres_orig && yres_new != yres_orig) {
111 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
116 float ydpi = ((float)yres_new * 25.4f) / (float)height;
    [all...]
hwc_fbupdate.cpp 55 yres = ctx->dpyAttr[mDpy].yres_new;
hwc_utils.h 119 uint32_t yres_new; member in struct:qhwc::DisplayAttributes

Completed in 59 milliseconds