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 66 Region& xorSelf(const Rect& rhs);
72 Region& xorSelf(const Region& rhs);
91 Region& xorSelf(const Region& rhs, int dx, int dy);
202 return xorSelf(rhs);
  /frameworks/native/libs/ui/
Region.cpp 288 Region& Region::xorSelf(const Rect& r) {
308 Region& Region::xorSelf(const Region& rhs) {
379 Region& Region::xorSelf(const Region& rhs, int dx, int dy) {

Completed in 1418 milliseconds