Home
last modified time | relevance | path

Searched refs:hregions (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/hwc/
Drgz_2d.c217 blit_hregion_t *hregions = rgz->hregions; in rgz_out_svg() local
223 OUTP("<!-- hregion %d (subcount %d)-->", i, hregions[i].nsubregions); in rgz_out_svg()
224 svgout_hregion(&hregions[i], params->data.svg.dispw, in rgz_out_svg()
788 if (rgz->hregions) in rgz_delete_region_data()
789 free(rgz->hregions); in rgz_delete_region_data()
790 rgz->hregions = NULL; in rgz_delete_region_data()
939 blit_hregion_t *hregions = calloc(rgz->nhregions, sizeof(blit_hregion_t)); in rgz_in_hwc() local
940 if (!hregions) { in rgz_in_hwc()
944 rgz->hregions = hregions; in rgz_in_hwc()
949 hregions[i].rect.top = yentries[i]; in rgz_in_hwc()
[all …]
Drgz_2d.h283 blit_hregion_t *hregions; member