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

/frameworks/native/libs/ui/
H A DRegion.cpp598 size_t rhs_count; local
599 Rect const * const rhs_rects = rhs.getArray(&rhs_count);
602 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
628 for (size_t i=0 ; i<rhs_count ; i++)

Completed in 196 milliseconds