Searched refs:orSelf (Results 1 - 13 of 13) 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/include/ui/
H A DRegion.h65 Region& orSelf(const Rect& rhs);
71 Region& orSelf(const Region& rhs);
90 Region& orSelf(const Region& rhs, int dx, int dy);
199 return orSelf(rhs);
/frameworks/native/libs/ui/include/ui/
H A DRegion.h65 Region& orSelf(const Rect& rhs);
71 Region& orSelf(const Region& rhs);
90 Region& orSelf(const Region& rhs, int dx, int dy);
199 return orSelf(rhs);
/frameworks/native/libs/ui/include_vndk/ui/
H A DRegion.h65 Region& orSelf(const Rect& rhs);
71 Region& orSelf(const Region& rhs);
90 Region& orSelf(const Region& rhs, int dx, int dy);
199 return orSelf(rhs);
/frameworks/native/services/inputflinger/
H A DInputWindow.cpp31 touchableRegion.orSelf(region);
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp64 region.orSelf(
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayers.cpp268 aboveOpaqueLayers.orSelf(visibleRegion);
/frameworks/native/libs/gui/
H A DSurface.cpp712 flippedRegion.orSelf(flippedRect);
719 flippedRegion.orSelf(flippedRect);
726 flippedRegion.orSelf(flippedRect);
731 flippedRegion.orSelf(flippedRect);
1596 mDirtyRegion.orSelf(rect);
1733 mDirtyRegion.orSelf(newDirtyRegion);
/frameworks/native/libs/ui/
H A DRegion.cpp285 Region& Region::orSelf(const Rect& r) { function in class:android::Region
305 Region& Region::orSelf(const Region& rhs) { function in class:android::Region
376 Region& Region::orSelf(const Region& rhs, int dx, int dy) { function in class:android::Region
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp256 out.orSelf(transform(*it++));
H A DLayer.cpp535 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top));
536 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom, s.active.w, s.active.h));
537 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, activeCrop.left, activeCrop.bottom));
538 activeTransparentRegion.orSelf(
H A DSurfaceFlinger.cpp1876 displayDevice->dirtyRegion.orSelf(dirtyRegion);
2750 aboveCoveredLayers.orSelf(visibleRegion);
2760 dirty.orSelf(layer->visibleRegion);
2784 outDirtyRegion.orSelf(dirty);
2787 aboveOpaqueLayers.orSelf(opaqueRegion);
2803 hw->dirtyRegion.orSelf(dirty);
H A DBufferLayer.cpp182 under.orSelf(renderArea.getTransform().transform(layer->visibleRegion));

Completed in 276 milliseconds