Searched refs:copyChild (Results 1 – 1 of 1) sorted by relevance
1326 final VObject copyChild = children.get(i); in VGroup() local1327 if (copyChild instanceof VGroup) { in VGroup()1328 final VGroup copyGroup = (VGroup) copyChild; in VGroup()1332 if (copyChild instanceof VFullPath) { in VGroup()1333 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1334 } else if (copyChild instanceof VClipPath) { in VGroup()1335 newPath = new VClipPath((VClipPath) copyChild); in VGroup()