/frameworks/native/libs/ui/tests/ |
D | Region_test.cpp | 63 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/ |
D | Region.h | 65 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/ |
D | InputWindow.cpp | 31 touchableRegion.orSelf(region); in addTouchableRegion()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 701 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/ |
D | OffscreenBufferPool.cpp | 63 region.orSelf(android::Rect(dirtyArea.left, dirtyArea.top, in dirty()
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayers.cpp | 268 aboveOpaqueLayers.orSelf(visibleRegion); in setVisibleRegions()
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 285 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/ |
D | SurfaceFlinger_hwc1.cpp | 1380 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()
|
D | Transform.cpp | 235 out.orSelf(transform(*it++)); in transform()
|
D | SurfaceFlinger.cpp | 1677 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()
|
D | Layer.cpp | 658 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) );
|