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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp744 size_t drawIndex, shadowIndex, endIndex; local
748 shadowIndex = endIndex; // draw no shadows
752 shadowIndex = drawIndex; // potentially draw shadow for each pos Z child
759 while (shadowIndex < endIndex || drawIndex < endIndex) {
760 if (shadowIndex < endIndex) {
761 DrawRenderNodeOp* casterOp = zTranslatedNodes[shadowIndex].value;
763 const float casterZ = zTranslatedNodes[shadowIndex].key;
766 if (shadowIndex == drawIndex || casterZ - lastCasterZ < SHADOW_DELTA) {
770 shadowIndex++;

Completed in 7 milliseconds