Searched refs:layerProperties (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp175 const LayerProperties& layerProperties = properties.layerProperties(); local
181 if (layerNeedsPaint(layerProperties, alphaMultiplier, &tmpPaint)) {
205 bool needsLayer = layerNeedsPaint(layerProperties, alphaMultiplier, &paint);
/frameworks/base/libs/hwui/
H A DRecordedOp.h515 , alpha(node.properties().layerProperties().alpha() / 255.0f)
516 , mode(node.properties().layerProperties().xferMode())
517 , colorFilter(node.properties().layerProperties().colorFilter()) {}
H A DRenderProperties.cpp93 mLayerProperties = other.layerProperties();
H A DRenderProperties.h590 const LayerProperties& layerProperties() const { function in class:android::uirenderer::RenderProperties

Completed in 296 milliseconds