Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/tests/
DRegion_test.cpp63 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
64 r.orSelf(Rect(0, 1, 3, 2)); in TEST_F()
71 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
72 r.orSelf(Rect(0, 2, 3, 3)); in TEST_F()
80 r.orSelf(Rect(100, 100, 500, 500)); in TEST_F()
91 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
92 r.orSelf(Rect(0, 1, 3, 3)); in TEST_F()
99 r.orSelf(Rect(2,0,4,2)); in TEST_F()
100 r.orSelf(Rect(0,2,4,4)); in TEST_F()
101 r.orSelf(Rect(0,4,6,6)); in TEST_F()
[all …]
/frameworks/native/include/ui/
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/inputflinger/
DInputWindow.cpp31 touchableRegion.orSelf(region); in addTouchableRegion()
/frameworks/native/services/surfaceflinger/
DLayer.cpp447 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top)); in setGeometry()
448 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom, in setGeometry()
450 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, in setGeometry()
452 activeTransparentRegion.orSelf(Rect(activeCrop.right, activeCrop.top, in setGeometry()
605 under.orSelf( hw->getTransform().transform(layer->visibleRegion) ); in onDraw()
DSurfaceFlinger.cpp1011 hw->dirtyRegion.orSelf(dirtyRegion); in rebuildLayerStacks()
1640 aboveCoveredLayers.orSelf(visibleRegion); in computeVisibleRegions()
1650 dirty.orSelf(layer->visibleRegion); in computeVisibleRegions()
1674 outDirtyRegion.orSelf(dirty); in computeVisibleRegions()
1677 aboveOpaqueLayers.orSelf(opaqueRegion); in computeVisibleRegions()
1694 hw->dirtyRegion.orSelf(dirty); in invalidateLayerStack()
1767 hw->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
1803 hw->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
DTransform.cpp232 out.orSelf(transform(*it++)); in transform()
/frameworks/native/libs/ui/
DRegion.cpp274 Region& Region::orSelf(const Rect& r) { in orSelf() function in android::Region
294 Region& Region::orSelf(const Region& rhs) { in orSelf() function in android::Region
365 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() function in android::Region
/frameworks/native/libs/gui/
DSurface.cpp863 mDirtyRegion.orSelf(newDirtyRegion); in lock()
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp1255 region->orSelf(dirty); in dirtyLayerUnchecked()