Home | History | Annotate | Download | only in skottie

Lines Matching defs:parent_index

816         const auto parent_index = ParseDefault(jlayer["parent"], -1);
817 if (parent_index < 0)
820 if (auto* m = fLayerMatrixMap.find(parent_index))
828 if (ParseDefault(l["ind"], -1) == parent_index) {