Searched refs:lhs_rects (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/ui/
H A DRegion.cpp570 Rect const * const lhs_rects = lhs.getArray(&lhs_count); local
575 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
596 lhs_rects[i].left + dx,
597 lhs_rects[i].top + dy,
598 lhs_rects[i].right + dx,
599 lhs_rects[i].bottom + dy,
683 Rect const * const lhs_rects = lhs.getArray(&lhs_count); local
685 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);

Completed in 381 milliseconds