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

  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 121 int disph; member in struct:rgz_out_svg
152 * data.svg.disph Display width and height these values will be the
209 void rgz_profile_hwc(hwc_display_contents_1_t* list, int dispw, int disph);
rgz_2d.c 191 static int svgout_intersects_display(blit_rect_t *a, int dispw, int disph)
193 return ((a->bottom > 0) && (a->top < disph) &&
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);
225 params->data.svg.disph);
    [all...]

Completed in 45 milliseconds