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

/frameworks/native/libs/ui/
H A DRegion.cpp122 return operationSelf(r, op_or);
125 return operationSelf(r, op_xor);
128 return operationSelf(r, op_and);
131 return operationSelf(r, op_nand);
133 Region& Region::operationSelf(const Rect& r, int op) { function in class:android::Region
142 return operationSelf(rhs, op_or);
145 return operationSelf(rhs, op_xor);
148 return operationSelf(rhs, op_and);
151 return operationSelf(rhs, op_nand);
153 Region& Region::operationSelf(cons function in class:android::Region
224 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { function in class:android::Region
[all...]

Completed in 65 milliseconds