Searched refs:copyChild (Results 1 – 2 of 2) sorted by relevance
1332 Object copyChild = children.get(i); in VGroup() local1333 if (copyChild instanceof VGroup) { in VGroup()1334 VGroup copyGroup = (VGroup) copyChild; in VGroup()1338 if (copyChild instanceof VFullPath) { in VGroup()1339 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1340 } else if (copyChild instanceof VClipPath) { in VGroup()1341 newPath = new VClipPath((VClipPath) copyChild); in VGroup()
1216 final VObject copyChild = children.get(i); in VGroup() local1217 if (copyChild instanceof VGroup) { in VGroup()1218 final VGroup copyGroup = (VGroup) copyChild; in VGroup()1222 if (copyChild instanceof VFullPath) { in VGroup()1223 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1224 } else if (copyChild instanceof VClipPath) { in VGroup()1225 newPath = new VClipPath((VClipPath) copyChild); in VGroup()