Searched defs:casterProperties (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp121 const RenderProperties& casterProperties = caster->getNodeProperties(); local
123 if (casterProperties.getAlpha() <= 0.0f
124 || casterProperties.getOutline().getAlpha() <= 0.0f
125 || !casterProperties.getOutline().getPath()
126 || casterProperties.getScaleX() == 0
127 || casterProperties.getScaleY() == 0) {
132 const SkScalar casterAlpha = casterProperties.getAlpha()
133 * casterProperties.getOutline().getAlpha();
140 const float casterZValue = casterProperties.getZ();
142 const RevealClip& revealClip = casterProperties
[all...]

Completed in 145 milliseconds