Lines Matching refs:globalZ
505 mSnapshots.back()->globalZ = it->get()->globalZ; in updateSnapshots()
582 snapshot->globalZ = static_cast<size_t>(mSnapshots.size()) - 1; in createSnapshot()
605 size_t globalZ = 0; in sortSnapshotsByZ() local
607 [this, &globalZ](const LayerHierarchy&, in sortSnapshotsByZ()
616 size_t oldZ = snapshot->globalZ; in sortSnapshotsByZ()
617 size_t newZ = globalZ++; in sortSnapshotsByZ()
618 snapshot->globalZ = newZ; in sortSnapshotsByZ()
622 mSnapshots[newZ]->globalZ = oldZ; in sortSnapshotsByZ()
630 mNumInterestingSnapshots = (int)globalZ; in sortSnapshotsByZ()
632 while (globalZ < mSnapshots.size()) { in sortSnapshotsByZ()
633 mSnapshots[globalZ]->globalZ = globalZ; in sortSnapshotsByZ()
635 updateVisibility(*mSnapshots[globalZ], false); in sortSnapshotsByZ()
636 if (mSnapshots[globalZ]->reachablilty == LayerSnapshot::Reachablilty::Unreachable) { in sortSnapshotsByZ()
639 globalZ++; in sortSnapshotsByZ()