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 258 return operationSelf(r, op_or);
261 return operationSelf(r, op_xor);
264 return operationSelf(r, op_and);
267 return operationSelf(r, op_nand);
269 Region& Region::operationSelf(const Rect& r, int op) {
278 return operationSelf(rhs, op_or);
281 return operationSelf(rhs, op_xor);
284 return operationSelf(rhs, op_and);
287 return operationSelf(rhs, op_nand);
289 Region& Region::operationSelf(const Region& rhs, int op)
    [all...]
  /frameworks/native/include/ui/
Region.h 150 Region& operationSelf(const Rect& r, int op);
151 Region& operationSelf(const Region& r, int op);
152 Region& operationSelf(const Region& r, int dx, int dy, int op);

Completed in 1989 milliseconds