Home
last modified time | relevance | path

Searched defs:layerProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp228 const LayerProperties& layerProperties = properties.layerProperties(); in drawContent() local
/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.cpp310 auto& layerProperties = mProperties.layerProperties(); in pushStagingPropertiesChanges() local
H A DRenderProperties.h513 const LayerProperties& layerProperties() const { return mLayerProperties; } in layerProperties() function