OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergeExclusive
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/ui/
Region.h
78
const Region
mergeExclusive
(const Rect& rhs) const;
84
const Region
mergeExclusive
(const Region& rhs) const;
98
const Region
mergeExclusive
(const Region& rhs, int dx, int dy) const;
185
return
mergeExclusive
(rhs);
/frameworks/native/libs/ui/
Region.cpp
333
const Region Region::
mergeExclusive
(const Rect& rhs) const {
353
const Region Region::
mergeExclusive
(const Region& rhs) const {
399
const Region Region::
mergeExclusive
(const Region& rhs, int dx, int dy) const {
Completed in 159 milliseconds