HomeSort by relevance Sort by last modified time
    Searched refs:xorSelf (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/ui/
Region.h 64 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/
Region.cpp 277 Region& Region::xorSelf(const Rect& r) {
297 Region& Region::xorSelf(const Region& rhs) {
368 Region& Region::xorSelf(const Region& rhs, int dx, int dy) {

Completed in 412 milliseconds