Home | History | Annotate | Download | only in hwc

Lines Matching refs:screen_width

689 static void rgz_gen_blitregions(blit_hregion_t *hregion, int screen_width)
708 offsets[noffsets++] = min(right, screen_width);
915 int screen_width = p->data.hwc.dstgeom->width;
953 hregions[i].rect.right = dispw > screen_width ? screen_width : dispw;
966 rgz_gen_blitregions(&hregions[i], screen_width);