Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DRegion.h61 Region& xorSelf(const Rect& rhs);
67 Region& xorSelf(const Region& rhs);
86 Region& xorSelf(const Region& rhs, int dx, int dy);
202 return xorSelf(rhs);
/frameworks/native/libs/ui/
DRegion.cpp260 Region& Region::xorSelf(const Rect& r) { in xorSelf() function in android::Region
280 Region& Region::xorSelf(const Region& rhs) { in xorSelf() function in android::Region
351 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf() function in android::Region