Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:roi

2710 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2712 if(!isValidRect(roi))
2713 return roi;
2715 struct hwc_rect t_roi = roi;