Home | History | Annotate | Download | only in scripts

Lines Matching refs:svgPropertyType

186     my $svgPropertyType;
190 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
193 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $svgNativeType;
200 $svgPropertyType = $svgWrappedNativeType;
215 if ($svgPropertyType) {
216 $svgPropertyType = "SVGPoint" if $svgPropertyType eq "FloatPoint";
219 return ($svgPropertyType, $svgListPropertyType, $svgNativeType);
247 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
261 push(@headerContent, "\ntemplate<typename PropertyType> class SVGPropertyTearOff;\n") if $svgPropertyType;
269 push(@headerContent, "\nclass FloatRect;\n") if $svgPropertyType && $svgPropertyType eq "FloatRect";
1221 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);