Searched refs:copyChild (Results 1 – 1 of 1) sorted by relevance
1330 final VObject copyChild = children.get(i); in VGroup() local1331 if (copyChild instanceof VGroup) { in VGroup()1332 final VGroup copyGroup = (VGroup) copyChild; in VGroup()1336 if (copyChild instanceof VFullPath) { in VGroup()1337 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1338 } else if (copyChild instanceof VClipPath) { in VGroup()1339 newPath = new VClipPath((VClipPath) copyChild); in VGroup()