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

  /frameworks/native/libs/ui/tests/
Region_test.cpp 63 r.orSelf(Rect(1, 0, 2, 1));
64 r.orSelf(Rect(0, 1, 3, 2));
71 r.orSelf(Rect(1, 0, 2, 1));
72 r.orSelf(Rect(0, 2, 3, 3));
80 r.orSelf(Rect(100, 100, 500, 500));
91 r.orSelf(Rect(1, 0, 2, 1));
92 r.orSelf(Rect(0, 1, 3, 3));
99 r.orSelf(Rect(2,0,4,2));
100 r.orSelf(Rect(0,2,4,4));
101 r.orSelf(Rect(0,4,6,6))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java 62 boolean orSelf = (OpCodes.FROM_DESCENDANTS_OR_SELF == stepType);
66 orSelf = true;
75 orSelf = true;
99 orSelf = false;
103 if(orSelf)
108 else if(orSelf)
  /frameworks/native/include/ui/
Region.h 60 Region& orSelf(const Rect& rhs);
66 Region& orSelf(const Region& rhs);
85 Region& orSelf(const Region& rhs, int dx, int dy);
199 return orSelf(rhs);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 913 hw->dirtyRegion.orSelf(dirtyRegion);
    [all...]
Transform.cpp 235 out.orSelf(transform(*it++));
Layer.cpp 466 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 257 Region& Region::orSelf(const Rect& r) {
277 Region& Region::orSelf(const Region& rhs) {
348 Region& Region::orSelf(const Region& rhs, int dx, int dy) {
  /frameworks/native/libs/gui/
Surface.cpp 788 mDirtyRegion.orSelf(newDirtyRegion);
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 3259 milliseconds