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

  /frameworks/native/libs/ui/
Region.cpp 275 return operationSelf(r, op_or);
278 return operationSelf(r, op_xor);
281 return operationSelf(r, op_and);
284 return operationSelf(r, op_nand);
286 Region& Region::operationSelf(const Rect& r, int op) {
295 return operationSelf(rhs, op_or);
298 return operationSelf(rhs, op_xor);
301 return operationSelf(rhs, op_and);
304 return operationSelf(rhs, op_nand);
306 Region& Region::operationSelf(const Region& rhs, int op)
    [all...]
  /frameworks/native/include/ui/
Region.h 153 Region& operationSelf(const Rect& r, int op);
154 Region& operationSelf(const Region& r, int op);
155 Region& operationSelf(const Region& r, int dx, int dy, int op);

Completed in 72 milliseconds