/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 | 63 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/ |
D | InputWindow.cpp | 31 touchableRegion.orSelf(region); in addTouchableRegion()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 447 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()
|
D | SurfaceFlinger.cpp | 1011 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()
|
D | Transform.cpp | 232 out.orSelf(transform(*it++)); in transform()
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 274 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/ |
D | Surface.cpp | 863 mDirtyRegion.orSelf(newDirtyRegion); in lock()
|
/frameworks/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 1255 region->orSelf(dirty); in dirtyLayerUnchecked()
|