Home
last modified time | relevance | path

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

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