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
73
const Region
mergeExclusive
(const Rect& rhs) const;
79
const Region
mergeExclusive
(const Region& rhs) const;
93
const Region
mergeExclusive
(const Region& rhs, int dx, int dy) const;
185
return
mergeExclusive
(rhs);
/frameworks/native/libs/ui/
Region.cpp
305
const Region Region::
mergeExclusive
(const Rect& rhs) const {
325
const Region Region::
mergeExclusive
(const Region& rhs) const {
371
const Region Region::
mergeExclusive
(const Region& rhs, int dx, int dy) const {
Completed in 3185 milliseconds