Searched refs:operationSelf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
H A DRegion.cpp286 return operationSelf(r, op_or);
289 return operationSelf(r, op_xor);
292 return operationSelf(r, op_and);
295 return operationSelf(r, op_nand);
297 Region& Region::operationSelf(const Rect& r, int op) { function in class:android::Region
306 return operationSelf(rhs, op_or);
309 return operationSelf(rhs, op_xor);
312 return operationSelf(rhs, op_and);
315 return operationSelf(rhs, op_nand);
317 Region& Region::operationSelf(cons function in class:android::Region
388 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { function in class:android::Region
[all...]
/frameworks/native/include/ui/
H A DRegion.h150 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 166 milliseconds