OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lhs_rects
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/libs/ui/
Region.cpp
553
Rect const * const
lhs_rects
= lhs.getArray(&lhs_count);
local
558
region_operator<Rect>::region lhs_region(
lhs_rects
, lhs_count);
579
lhs_rects
[i].left + dx,
580
lhs_rects
[i].top + dy,
581
lhs_rects
[i].right + dx,
582
lhs_rects
[i].bottom + dy,
666
Rect const * const
lhs_rects
= lhs.getArray(&lhs_count);
local
668
region_operator<Rect>::region lhs_region(
lhs_rects
, lhs_count);
Completed in 98 milliseconds