Searched refs:orSelf (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp63 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(Rec
[all...]
/frameworks/native/services/inputflinger/
H A DInputWindow.cpp31 touchableRegion.orSelf(region);
/frameworks/native/include/ui/
H A DRegion.h63 Region& orSelf(const Rect& rhs);
69 Region& orSelf(const Region& rhs);
88 Region& orSelf(const Region& rhs, int dx, int dy);
202 return orSelf(rhs);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp447 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top));
448 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
450 activeTransparentRegion.orSelf(Rect(0, activeCrop.top,
452 activeTransparentRegion.orSelf(Rect(activeCrop.right, activeCrop.top,
605 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
H A DTransform.cpp232 out.orSelf(transform(*it++));
H A DSurfaceFlinger.cpp1011 hw->dirtyRegion.orSelf(dirtyRegion);
1640 aboveCoveredLayers.orSelf(visibleRegion);
1650 dirty.orSelf(layer->visibleRegion);
1674 outDirtyRegion.orSelf(dirty);
1677 aboveOpaqueLayers.orSelf(opaqueRegion);
1694 hw->dirtyRegion.orSelf(dirty);
1767 hw->swapRegion.orSelf(dirtyRegion);
1803 hw->swapRegion.orSelf(dirtyRegion);
/frameworks/native/libs/ui/
H A DRegion.cpp274 Region& Region::orSelf(const Rect& r) { function in class:android::Region
294 Region& Region::orSelf(const Region& rhs) { function in class:android::Region
365 Region& Region::orSelf(const Region& rhs, int dx, int dy) { function in class:android::Region
/frameworks/native/libs/gui/
H A DSurface.cpp863 mDirtyRegion.orSelf(newDirtyRegion);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1255 region->orSelf(dirty);

Completed in 140 milliseconds