Searched refs:xorSelf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/ui/
H A DRegion.h64 Region& xorSelf(const Rect& rhs);
70 Region& xorSelf(const Region& rhs);
89 Region& xorSelf(const Region& rhs, int dx, int dy);
205 return xorSelf(rhs);
/frameworks/native/libs/ui/
H A DRegion.cpp277 Region& Region::xorSelf(const Rect& r) { function in class:android::Region
297 Region& Region::xorSelf(const Region& rhs) { function in class:android::Region
368 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { function in class:android::Region

Completed in 171 milliseconds