Searched defs:casterZ (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp57 const float casterZ = childNode->getNodeProperties().getZ(); local
58 if (casterZ >= -NON_ZERO_EPSILON) { // draw only children with negative Z
94 const float casterZ = zChildren[shadowIndex]->getNodeProperties().getZ(); local
98 if (shadowIndex == drawIndex || casterZ - lastCasterZ < SHADOW_DELTA) {
100 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp370 const float casterZ = zTranslatedNodes[shadowIndex].key; local
373 if (shadowIndex == drawIndex || casterZ - lastCasterZ < 0.1f) {
376 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow

Completed in 72 milliseconds