Home
last modified time | relevance | path

Searched refs:orSelf (Results 1 – 11 of 11) 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.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/
DInputWindow.cpp31 touchableRegion.orSelf(region); in addTouchableRegion()
/frameworks/native/libs/gui/
DSurface.cpp701 flippedRegion.orSelf(flippedRect); in queueBuffer()
708 flippedRegion.orSelf(flippedRect); in queueBuffer()
715 flippedRegion.orSelf(flippedRect); in queueBuffer()
720 flippedRegion.orSelf(flippedRect); in queueBuffer()
1511 mDirtyRegion.orSelf(rect); in setSurfaceDamage()
1645 mDirtyRegion.orSelf(newDirtyRegion); in lock()
/frameworks/base/libs/hwui/renderstate/
DOffscreenBufferPool.cpp63 region.orSelf(android::Rect(dirtyArea.left, dirtyArea.top, in dirty()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayers.cpp268 aboveOpaqueLayers.orSelf(visibleRegion); in setVisibleRegions()
/frameworks/native/libs/ui/
DRegion.cpp285 Region& Region::orSelf(const Rect& r) { in orSelf() function in android::Region
305 Region& Region::orSelf(const Region& rhs) { in orSelf() function in android::Region
376 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() function in android::Region
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp1380 hw->dirtyRegion.orSelf(dirtyRegion); in rebuildLayerStacks()
2008 aboveCoveredLayers.orSelf(visibleRegion); in computeVisibleRegions()
2018 dirty.orSelf(layer->visibleRegion); in computeVisibleRegions()
2042 outDirtyRegion.orSelf(dirty); in computeVisibleRegions()
2045 aboveOpaqueLayers.orSelf(opaqueRegion); in computeVisibleRegions()
2062 hw->dirtyRegion.orSelf(dirty); in invalidateLayerStack()
2138 hw->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
2174 hw->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
DTransform.cpp235 out.orSelf(transform(*it++)); in transform()
DSurfaceFlinger.cpp1677 displayDevice->dirtyRegion.orSelf(dirtyRegion); in rebuildLayerStacks()
2326 aboveCoveredLayers.orSelf(visibleRegion); in computeVisibleRegions()
2336 dirty.orSelf(layer->visibleRegion); in computeVisibleRegions()
2360 outDirtyRegion.orSelf(dirty); in computeVisibleRegions()
2363 aboveOpaqueLayers.orSelf(opaqueRegion); in computeVisibleRegions()
2380 hw->dirtyRegion.orSelf(dirty); in invalidateLayerStack()
2464 displayDevice->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
2489 displayDevice->swapRegion.orSelf(dirtyRegion); in doDisplayComposition()
DLayer.cpp658 activeTransparentRegion.orSelf(Rect(0, 0, s.active.w, activeCrop.top));
659 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
661 activeTransparentRegion.orSelf(Rect(0, activeCrop.top,
663 activeTransparentRegion.orSelf(Rect(activeCrop.right, activeCrop.top,
1061 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );