Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fbYRes

2215     const int fbYRes = (int)ctx->dpyAttr[dpy].yres;
2218 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2219 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2221 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};