Lines Matching refs:dispw
191 static int svgout_intersects_display(blit_rect_t *a, int dispw, int disph)
194 (a->right > 0) && (a->left < dispw));
197 static void svgout_hregion(blit_hregion_t *hregion, int dispw, int disph)
205 if (!svgout_intersects_display(rect, dispw, disph))
219 params->data.svg.dispw, params->data.svg.disph);
224 svgout_hregion(&hregions[i], params->data.svg.dispw,
914 int dispw; /* widest layer */
932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height);
953 hregions[i].rect.right = dispw > screen_width ? screen_width : dispw;
1534 void rgz_profile_hwc(hwc_display_contents_1_t* list, int dispw, int disph)
1586 .dispw = dispw, .disph = disph,