Home
last modified time | relevance | path

Searched defs:layerBounds (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.cpp148 Rect layerBounds(0, 0, getWidth(), getHeight()); in debugOutputProperties() local
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java254 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer()
279 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { in GcSnapshot()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp387 Rect layerBounds(0, 0, properties.getWidth(), properties.getHeight()); in setViewProperties() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2202 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputFrameInfo() local