Lines Matching refs:attribute

39   const QualifiedName& attribute = property.SvgAttribute();  in Get()  local
40 if (attribute == svg_names::kOrientAttr) { in Get()
42 std::make_unique<SVGAngleInterpolationType>(attribute)); in Get()
43 } else if (attribute == svg_names::kNumOctavesAttr || in Get()
44 attribute == svg_names::kTargetXAttr || in Get()
45 attribute == svg_names::kTargetYAttr) { in Get()
47 std::make_unique<SVGIntegerInterpolationType>(attribute)); in Get()
48 } else if (attribute == svg_names::kOrderAttr) { in Get()
51 attribute)); in Get()
52 } else if (attribute == svg_names::kCxAttr || in Get()
53 attribute == svg_names::kCyAttr || in Get()
54 attribute == svg_names::kFxAttr || in Get()
55 attribute == svg_names::kFyAttr || in Get()
56 attribute == svg_names::kHeightAttr || in Get()
57 attribute == svg_names::kMarkerHeightAttr || in Get()
58 attribute == svg_names::kMarkerWidthAttr || in Get()
59 attribute == svg_names::kRAttr || in Get()
60 attribute == svg_names::kRefXAttr || in Get()
61 attribute == svg_names::kRefYAttr || in Get()
62 attribute == svg_names::kRxAttr || in Get()
63 attribute == svg_names::kRyAttr || in Get()
64 attribute == svg_names::kStartOffsetAttr || in Get()
65 attribute == svg_names::kTextLengthAttr || in Get()
66 attribute == svg_names::kWidthAttr || in Get()
67 attribute == svg_names::kX1Attr || in Get()
68 attribute == svg_names::kX2Attr || in Get()
69 attribute == svg_names::kY1Attr || in Get()
70 attribute == svg_names::kY2Attr) { in Get()
72 std::make_unique<SVGLengthInterpolationType>(attribute)); in Get()
73 } else if (attribute == svg_names::kDxAttr || in Get()
74 attribute == svg_names::kDyAttr) { in Get()
76 std::make_unique<SVGNumberInterpolationType>(attribute)); in Get()
78 std::make_unique<SVGLengthListInterpolationType>(attribute)); in Get()
79 } else if (attribute == svg_names::kXAttr || attribute == svg_names::kYAttr) { in Get()
81 std::make_unique<SVGLengthInterpolationType>(attribute)); in Get()
83 std::make_unique<SVGLengthListInterpolationType>(attribute)); in Get()
84 } else if (attribute == svg_names::kAmplitudeAttr || in Get()
85 attribute == svg_names::kAzimuthAttr || in Get()
86 attribute == svg_names::kBiasAttr || in Get()
87 attribute == svg_names::kDiffuseConstantAttr || in Get()
88 attribute == svg_names::kDivisorAttr || in Get()
89 attribute == svg_names::kElevationAttr || in Get()
90 attribute == svg_names::kExponentAttr || in Get()
91 attribute == svg_names::kInterceptAttr || in Get()
92 attribute == svg_names::kK1Attr || in Get()
93 attribute == svg_names::kK2Attr || in Get()
94 attribute == svg_names::kK3Attr || in Get()
95 attribute == svg_names::kK4Attr || in Get()
96 attribute == svg_names::kLimitingConeAngleAttr || in Get()
97 attribute == svg_names::kOffsetAttr || in Get()
98 attribute == svg_names::kPathLengthAttr || in Get()
99 attribute == svg_names::kPointsAtXAttr || in Get()
100 attribute == svg_names::kPointsAtYAttr || in Get()
101 attribute == svg_names::kPointsAtZAttr || in Get()
102 attribute == svg_names::kScaleAttr || in Get()
103 attribute == svg_names::kSeedAttr || in Get()
104 attribute == svg_names::kSlopeAttr || in Get()
105 attribute == svg_names::kSpecularConstantAttr || in Get()
106 attribute == svg_names::kSpecularExponentAttr || in Get()
107 attribute == svg_names::kSurfaceScaleAttr || in Get()
108 attribute == svg_names::kZAttr) { in Get()
110 std::make_unique<SVGNumberInterpolationType>(attribute)); in Get()
111 } else if (attribute == svg_names::kKernelMatrixAttr || in Get()
112 attribute == svg_names::kRotateAttr || in Get()
113 attribute == svg_names::kTableValuesAttr || in Get()
114 attribute == svg_names::kValuesAttr) { in Get()
116 std::make_unique<SVGNumberListInterpolationType>(attribute)); in Get()
117 } else if (attribute == svg_names::kBaseFrequencyAttr || in Get()
118 attribute == svg_names::kKernelUnitLengthAttr || in Get()
119 attribute == svg_names::kRadiusAttr || in Get()
120 attribute == svg_names::kStdDeviationAttr) { in Get()
122 std::make_unique<SVGNumberOptionalNumberInterpolationType>(attribute)); in Get()
123 } else if (attribute == svg_names::kDAttr) { in Get()
125 std::make_unique<SVGPathInterpolationType>(attribute)); in Get()
126 } else if (attribute == svg_names::kPointsAttr) { in Get()
128 std::make_unique<SVGPointListInterpolationType>(attribute)); in Get()
129 } else if (attribute == svg_names::kViewBoxAttr) { in Get()
131 std::make_unique<SVGRectInterpolationType>(attribute)); in Get()
132 } else if (attribute == svg_names::kGradientTransformAttr || in Get()
133 attribute == svg_names::kPatternTransformAttr || in Get()
134 attribute == svg_names::kTransformAttr) { in Get()
136 std::make_unique<SVGTransformListInterpolationType>(attribute)); in Get()
137 } else if (attribute == html_names::kClassAttr || in Get()
138 attribute == svg_names::kClipPathUnitsAttr || in Get()
139 attribute == svg_names::kEdgeModeAttr || in Get()
140 attribute == svg_names::kFilterUnitsAttr || in Get()
141 attribute == svg_names::kGradientUnitsAttr || in Get()
142 attribute == svg_names::kHrefAttr || in Get()
143 attribute == svg_names::kInAttr || in Get()
144 attribute == svg_names::kIn2Attr || in Get()
145 attribute == svg_names::kLengthAdjustAttr || in Get()
146 attribute == svg_names::kMarkerUnitsAttr || in Get()
147 attribute == svg_names::kMaskContentUnitsAttr || in Get()
148 attribute == svg_names::kMaskUnitsAttr || in Get()
149 attribute == svg_names::kMethodAttr || in Get()
150 attribute == svg_names::kModeAttr || in Get()
151 attribute == svg_names::kOperatorAttr || in Get()
152 attribute == svg_names::kPatternContentUnitsAttr || in Get()
153 attribute == svg_names::kPatternUnitsAttr || in Get()
154 attribute == svg_names::kPreserveAlphaAttr || in Get()
155 attribute == svg_names::kPreserveAspectRatioAttr || in Get()
156 attribute == svg_names::kPrimitiveUnitsAttr || in Get()
157 attribute == svg_names::kResultAttr || in Get()
158 attribute == svg_names::kSpacingAttr || in Get()
159 attribute == svg_names::kSpreadMethodAttr || in Get()
160 attribute == svg_names::kStitchTilesAttr || in Get()
161 attribute == svg_names::kTargetAttr || in Get()
162 attribute == svg_names::kTypeAttr || in Get()
163 attribute == svg_names::kXChannelSelectorAttr || in Get()
164 attribute == svg_names::kYChannelSelectorAttr) { in Get()
171 std::make_unique<SVGValueInterpolationType>(attribute)); in Get()