Home | History | Annotate | Download | only in util

Lines Matching defs:toPath

150         PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr);
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes());