Home
last modified time | relevance | path

Searched refs:effectiveLayerType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp231 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent()
377 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h184 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()
561 LayerType effectiveLayerType() const { in effectiveLayerType() function
H A DRenderNode.cpp159 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()
175 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()
H A DRenderProperties.cpp136 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()