Searched refs:mPathDataNodes (Results 1 – 1 of 1) sorted by relevance
52 private PathDataNode[] mPathDataNodes; field in PathParser_Delegate59 mPathDataNodes = nodes; in PathParser_Delegate()63 return mPathDataNodes; in getPathDataNodes()122 int length = from.mPathDataNodes.length; in nInterpolatePathData()123 if (length != to.mPathDataNodes.length) { in nInterpolatePathData()129 if (out.mPathDataNodes.length != length) { in nInterpolatePathData()133 if (out.mPathDataNodes[i] == null) { in nInterpolatePathData()134 out.mPathDataNodes[i] = new PathDataNode(from.mPathDataNodes[i]); in nInterpolatePathData()136 out.mPathDataNodes[i].interpolatePathDataNode(from.mPathDataNodes[i], in nInterpolatePathData()137 to.mPathDataNodes[i], fraction); in nInterpolatePathData()[all …]