Searched refs:copyChild (Results 1 – 3 of 3) sorted by relevance
846 Object copyChild = children.get(i); in VGroup_Delegate() local847 if (copyChild instanceof VGroup_Delegate) { in VGroup_Delegate()848 VGroup_Delegate copyGroup = (VGroup_Delegate) copyChild; in VGroup_Delegate()852 if (copyChild instanceof VFullPath_Delegate) { in VGroup_Delegate()853 newPath = new VFullPath_Delegate((VFullPath_Delegate) copyChild); in VGroup_Delegate()854 } else if (copyChild instanceof VClipPath_Delegate) { in VGroup_Delegate()855 newPath = new VClipPath_Delegate((VClipPath_Delegate) copyChild); in VGroup_Delegate()
1162 Object copyChild = children.get(i); in VGroup() local1163 if (copyChild instanceof VGroup) { in VGroup()1164 VGroup copyGroup = (VGroup) copyChild; in VGroup()1168 if (copyChild instanceof VFullPath) { in VGroup()1169 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1170 } else if (copyChild instanceof VClipPath) { in VGroup()1171 newPath = new VClipPath((VClipPath) copyChild); in VGroup()
1038 final VObject copyChild = children.get(i); in VGroup() local1039 if (copyChild instanceof VGroup) { in VGroup()1040 final VGroup copyGroup = (VGroup) copyChild; in VGroup()1044 if (copyChild instanceof VFullPath) { in VGroup()1045 newPath = new VFullPath((VFullPath) copyChild); in VGroup()1046 } else if (copyChild instanceof VClipPath) { in VGroup()1047 newPath = new VClipPath((VClipPath) copyChild); in VGroup()