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

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 113 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
hwc_utils.cpp 89 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;
    [all...]
hwc.cpp 236 uint32_t newXres = ctx->dpyAttr[dpy].xres_new;
784 values[i] = ctx->dpyAttr[disp].xres_new;
hwc_fbupdate.cpp 56 xres = ctx->dpyAttr[mDpy].xres_new;
hwc_utils.h 109 uint32_t xres_new; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 123 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
hwc.cpp 233 uint32_t newXres = ctx->dpyAttr[dpy].xres_new;
833 values[i] = ctx->dpyAttr[disp].xres_new;
    [all...]
hwc_utils.cpp 97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
105 int xres_new = atoi(property); local
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;
    [all...]
hwc_fbupdate.cpp 54 xres = ctx->dpyAttr[mDpy].xres_new;
hwc_utils.h 117 uint32_t xres_new; member in struct:qhwc::DisplayAttributes

Completed in 3222 milliseconds