Home
last modified time | relevance | path

Searched refs:xorSelf (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h68 Region& xorSelf(const Rect& rhs);
74 Region& xorSelf(const Region& rhs);
94 Region& xorSelf(const Region& rhs, int dx, int dy);
208 return xorSelf(rhs);
/frameworks/native/libs/ui/include/ui/
DRegion.h68 Region& xorSelf(const Rect& rhs);
74 Region& xorSelf(const Region& rhs);
94 Region& xorSelf(const Region& rhs, int dx, int dy);
208 return xorSelf(rhs);
/frameworks/native/include/ui/
DRegion.h68 Region& xorSelf(const Rect& rhs);
74 Region& xorSelf(const Region& rhs);
94 Region& xorSelf(const Region& rhs, int dx, int dy);
208 return xorSelf(rhs);
/frameworks/native/libs/ui/
DRegion.cpp322 Region& Region::xorSelf(const Rect& r) { in xorSelf() function in android::Region
346 Region& Region::xorSelf(const Region& rhs) { in xorSelf() function in android::Region
431 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf() function in android::Region