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
596
Rect const * const
lhs_rects
= lhs.getArray(&lhs_count);
local
601
region_operator<Rect>::region lhs_region(
lhs_rects
, lhs_count);
622
lhs_rects
[i].left + dx,
623
lhs_rects
[i].top + dy,
624
lhs_rects
[i].right + dx,
625
lhs_rects
[i].bottom + dy,
711
Rect const * const
lhs_rects
= lhs.getArray(&lhs_count);
local
713
region_operator<Rect>::region lhs_region(
lhs_rects
, lhs_count);
Completed in 1397 milliseconds