Home
last modified time | relevance | path

Searched refs:attribute (Results 1 - 25 of 176) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h55 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAttributeName() local
56 attribute.attributeName = attributeName; in SetAttributeName()
61 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetAttributeName() local
62 return attribute.attributeName; in GetAttributeName()
67 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetBegin() local
68 attribute.begin = begin; in SetBegin()
73 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBegin() local
74 return attribute.begin; in GetBegin()
79 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDur() local
80 attribute in SetDur()
85 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDur() local
91 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetEnd() local
97 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetEnd() local
103 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRepeatCount() local
109 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetRepeatCount() local
115 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetFillMode() local
121 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetFillMode() local
127 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetCalcMode() local
133 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetCalcMode() local
139 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetValues() local
145 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetKeyTimes() local
151 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetKeySplines() local
157 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetFrom() local
163 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetFrom() local
169 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTo() local
175 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTo() local
181 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPath() local
187 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPath() local
193 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetRotate() local
199 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRotate() local
205 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetKeyPoints() local
211 auto& attribute = static_cast<SvgAnimateAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTransformType() local
217 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTransformType() local
[all...]
H A Dsvg_pattern_declaration.h45 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
46 attribute.x = x; in SetX()
51 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
52 return attribute.x; in GetX()
57 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
58 attribute.y = y; in SetY()
63 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
64 return attribute.y; in GetY()
69 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
70 attribute in SetHeight()
75 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
81 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
87 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
93 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPatternUnits() local
99 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPatternUnits() local
105 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPatternContentUnits() local
111 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPatternContentUnits() local
117 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPatternTransform() local
123 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPatternTransform() local
129 auto& attribute = static_cast<SvgPatternAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetViewBox() local
135 auto& attribute = MaybeResetAttribute<SvgPatternAttribute>(AttributeTag::SPECIALIZED_ATTR); SetViewBox() local
[all...]
H A Dsvg_fe_func_declaration.h51 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAmplitude() local
52 attribute.amplitude = amplitude; in SetAmplitude()
57 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetExponent() local
58 attribute.exponent = exponent; in SetExponent()
63 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIntercept() local
64 attribute.intercept = intercept; in SetIntercept()
69 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetOffset() local
70 attribute.offset = offset; in SetOffset()
75 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSlope() local
76 attribute in SetSlope()
81 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTableValues() local
96 auto& attribute = MaybeResetAttribute<SvgFeFuncAttribute>(AttributeTag::SPECIALIZED_ATTR); SetType() local
103 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetType() local
109 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAmplitude() local
115 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetExponent() local
121 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIntercept() local
127 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetOffset() local
133 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSlope() local
139 auto& attribute = static_cast<SvgFeFuncAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTableValues() local
[all...]
H A Dsvg_gradient_declaration.h39 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetTransform() local
40 attribute.gradient.SetGradientTransform(gradientTransform); in SetTransform()
45 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSpreadMethod() local
46 attribute.gradient.SetSpreadMethod(spreadMethod); in SetSpreadMethod()
51 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX1() local
52 attribute.gradient.GetLinearGradient().x1 = x1; in SetX1()
57 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY1() local
58 attribute.gradient.GetLinearGradient().y1 = y1; in SetY1()
63 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX2() local
64 attribute in SetX2()
69 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetY2() local
75 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetR() local
82 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetCx() local
88 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetCy() local
94 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetFx() local
100 auto& attribute = MaybeResetAttribute<SvgGradientAttribute>(AttributeTag::SPECIALIZED_ATTR); SetFy() local
106 auto& attribute = static_cast<SvgGradientAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTransform() local
112 auto& attribute = static_cast<SvgGradientAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSpreadMethod() local
118 auto& attribute = static_cast<SvgGradientAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetGradient() local
124 auto& attribute = static_cast<SvgGradientAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); SetGradientType() local
130 auto& attribute = static_cast<SvgGradientAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); AddGradientColor() local
[all...]
H A Dsvg_fe_composite_declaration.h52 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK1() local
53 attribute.k1 = k1; in SetK1()
58 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK2() local
59 attribute.k2 = k2; in SetK2()
64 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK3() local
65 attribute.k3 = k3; in SetK3()
70 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetK4() local
71 attribute.k4 = k4; in SetK4()
85 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2() local
87 attribute in SetIn2()
106 auto& attribute = MaybeResetAttribute<SvgFeCompositeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetOperatorType() local
113 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetK1() local
119 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetK2() local
125 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetK3() local
131 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetK4() local
137 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIn2() local
143 auto& attribute = static_cast<SvgFeCompositeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetOperatorType() local
[all...]
H A Dsvg_fe_declaration.h65 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
66 attribute.x = x; in SetX()
71 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
72 return attribute.x; in GetX()
77 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
78 attribute.y = y; in SetY()
83 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
84 return attribute.y; in GetY()
89 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
90 attribute in SetHeight()
95 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
101 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
107 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
113 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); SetResult() local
119 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetResult() local
134 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIn() local
144 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIn() local
158 auto& attribute = MaybeResetAttribute<SvgFeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetColorInterpolationType() local
165 auto& attribute = static_cast<SvgFeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetColorInterpolationType() local
[all...]
H A Dsvg_text_declaration.h42 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetRotate() local
43 attribute.rotate = rotate; in SetRotate()
48 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetRotate() local
49 return attribute.rotate; in GetRotate()
54 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetTextData() local
55 return attribute.value; in GetTextData()
60 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetTextData() local
61 attribute.value = textData; in SetTextData()
66 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
67 attribute in SetX()
72 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetX() local
78 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); SetY() local
84 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetY() local
90 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); SetDx() local
96 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDx() local
102 auto& attribute = MaybeResetAttribute<SvgTextAttribute>(AttributeTag::SPECIALIZED_ATTR); SetDy() local
108 auto& attribute = static_cast<SvgTextAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDy() local
[all...]
H A Dsvg_rect_declaration.h44 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
45 return attribute.x; in GetX()
50 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
51 return attribute.y; in GetY()
56 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetRx() local
57 return attribute.rx; in GetRx()
62 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetRy() local
63 return attribute.ry; in GetRy()
68 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetWidth() local
69 return attribute in GetWidth()
74 auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
80 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetX() local
86 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetY() local
92 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRx() local
100 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRy() local
108 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
116 auto& attribute = MaybeResetAttribute<SvgRectAttribute>(AttributeTag::SPECIALIZED_ATTR); SetHeight() local
[all...]
H A Dsvg_declaration.h63 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
64 attribute.x = x; in SetX()
69 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
70 return attribute.x; in GetX()
75 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
76 attribute.y = y; in SetY()
81 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
82 return attribute.y; in GetY()
87 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetWidth() local
88 attribute in SetWidth()
93 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
99 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); SetHeight() local
105 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
111 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); SetViewBox() local
117 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetViewBox() local
123 auto& attribute = MaybeResetAttribute<SvgAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAutoMirror() local
129 auto& attribute = static_cast<SvgAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAutoMirror() local
[all...]
H A Dsvg_mask_declaration.h43 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
44 attribute.x = x; in SetX()
49 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
50 return attribute.x; in GetX()
55 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
56 attribute.y = y; in SetY()
61 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
62 return attribute.y; in GetY()
67 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
68 attribute in SetHeight()
73 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
79 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
85 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
91 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaskUnits() local
97 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaskUnits() local
103 auto& attribute = static_cast<SvgMaskAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaskContentUnits() local
109 auto& attribute = MaybeResetAttribute<SvgMaskAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaskContentUnits() local
[all...]
H A Dsvg_image_declaration.h42 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
43 attribute.x = x; in SetX()
48 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
49 return attribute.x; in GetX()
54 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
55 attribute.y = y; in SetY()
60 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
61 return attribute.y; in GetY()
66 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
67 attribute in SetHeight()
72 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
78 auto& attribute = MaybeResetAttribute<SvgImageAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
84 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
96 auto& attribute = static_cast<SvgImageAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHref() local
[all...]
H A Dsvg_base_declaration.h80 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFillState() local
81 return attribute.fillState; in GetFillState()
86 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetStrokeState() local
87 return attribute.strokeState; in GetStrokeState()
92 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetSvgTextStyle() local
93 return attribute.textStyle; in GetSvgTextStyle()
98 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetTransform() local
99 return attribute.transform; in GetTransform()
104 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetMaskId() local
105 return attribute in GetMaskId()
110 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetFilterId() local
116 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTransformOrigin() local
122 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); HasOpacity() local
128 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetOpacity() local
136 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); SetGradient() local
142 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetClipPathHref() local
148 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); SetHref() local
154 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHref() local
160 auto& attribute = static_cast<SvgBaseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetClipState() local
[all...]
H A Dsvg_ellipse_declaration.h42 auto& attribute = MaybeResetAttribute<SvgEllipseAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCx() local
43 attribute.cx = cx; in SetCx()
48 auto& attribute = static_cast<SvgEllipseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetCx() local
49 return attribute.cx; in GetCx()
54 auto& attribute = MaybeResetAttribute<SvgEllipseAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCy() local
55 attribute.cy = cy; in SetCy()
60 auto& attribute = static_cast<SvgEllipseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetCy() local
61 return attribute.cy; in GetCy()
66 auto& attribute = MaybeResetAttribute<SvgEllipseAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetRx() local
67 attribute in SetRx()
72 auto& attribute = static_cast<SvgEllipseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetRx() local
78 auto& attribute = MaybeResetAttribute<SvgEllipseAttribute>(AttributeTag::SPECIALIZED_ATTR); SetRy() local
84 auto& attribute = static_cast<SvgEllipseAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetRy() local
[all...]
H A Dsvg_filter_declaration.h41 auto& attribute = MaybeResetAttribute<SvgFilterAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX() local
42 attribute.x = x; in SetX()
47 auto& attribute = static_cast<SvgFilterAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() local
48 return attribute.x; in GetX()
53 auto& attribute = MaybeResetAttribute<SvgFilterAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY() local
54 attribute.y = y; in SetY()
59 auto& attribute = static_cast<SvgFilterAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetY() local
60 return attribute.y; in GetY()
65 auto& attribute = MaybeResetAttribute<SvgFilterAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetHeight() local
66 attribute in SetHeight()
71 auto& attribute = static_cast<SvgFilterAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHeight() local
77 auto& attribute = MaybeResetAttribute<SvgFilterAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidth() local
83 auto& attribute = static_cast<SvgFilterAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidth() local
[all...]
H A Dsvg_line_declaration.h42 auto& attribute = MaybeResetAttribute<SvgLineAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX1() local
43 attribute.x1 = x1; in SetX1()
48 auto& attribute = MaybeResetAttribute<SvgLineAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetX2() local
49 attribute.x2 = x2; in SetX2()
54 auto& attribute = MaybeResetAttribute<SvgLineAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY1() local
55 attribute.y1 = y1; in SetY1()
60 auto& attribute = MaybeResetAttribute<SvgLineAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetY2() local
61 attribute.y2 = y2; in SetY2()
66 auto& attribute = static_cast<SvgLineAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX1() local
67 return attribute in GetX1()
72 auto& attribute = static_cast<SvgLineAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetX2() local
78 auto& attribute = static_cast<SvgLineAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetY1() local
84 auto& attribute = static_cast<SvgLineAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetY2() local
[all...]
H A Dsvg_text_path_declaration.h39 auto& attribute = static_cast<SvgTextPathAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetTextData() local
40 return attribute.value; in GetTextData()
45 auto& attribute = MaybeResetAttribute<SvgTextPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetTextData() local
46 attribute.value = textData; in SetTextData()
51 auto& attribute = static_cast<SvgTextPathAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetPath() local
52 return attribute.path; in GetPath()
57 auto& attribute = MaybeResetAttribute<SvgTextPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetPath() local
58 attribute.path = path; in SetPath()
63 auto& attribute = MaybeResetAttribute<SvgTextPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetStartOffset() local
64 attribute in SetStartOffset()
69 auto& attribute = static_cast<SvgTextPathAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetStartOffset() local
[all...]
H A Dsvg_circle_declaration.h41 auto& attribute = MaybeResetAttribute<SvgCircleAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCx() local
42 attribute.cx = cx; in SetCx()
47 auto& attribute = static_cast<SvgCircleAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetCx() local
48 return attribute.cx; in GetCx()
53 auto& attribute = MaybeResetAttribute<SvgCircleAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCy() local
54 attribute.cy = cy; in SetCy()
59 auto& attribute = static_cast<SvgCircleAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetCy() local
60 return attribute.cy; in GetCy()
65 auto& attribute = MaybeResetAttribute<SvgCircleAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetR() local
66 attribute in SetR()
71 auto& attribute = static_cast<SvgCircleAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetR() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h49 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsShowSideBar() local
50 return attribute.isShow; in IsShowSideBar()
55 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetShowSideBar() local
56 attribute.isShow = isShow; in SetShowSideBar()
61 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetSideBarContainerType() local
62 return attribute.style; in GetSideBarContainerType()
67 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSideBarContainerType() local
68 attribute.style = style; in SetSideBarContainerType()
73 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsShowControlButton() local
74 return attribute in IsShowControlButton()
79 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowControlButton() local
85 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetImageWidth() local
91 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetImageWidth() local
97 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetImageHeight() local
103 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetImageHeight() local
109 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowIcon() local
115 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetShowIcon() local
121 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetHiddenIcon() local
127 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHiddenIcon() local
133 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetSwitchIcon() local
139 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSwitchIcon() local
145 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetLeft() local
151 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTop() local
157 auto& attribute = static_cast<SideBarContainerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSidebarWidth() local
163 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetLeft() local
169 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTop() local
175 auto& attribute = MaybeResetAttribute<SideBarContainerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetSidebarWidth() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H A Dimage_animator_declaration.h59 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetFillMode() local
60 attribute.fillMode = fillMode; in SetFillMode()
65 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetStatus() local
66 attribute.status = status; in SetStatus()
71 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIteration() local
72 attribute.iteration = iteration; in SetIteration()
77 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDuration() local
78 attribute.duration = duration; in SetDuration()
83 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIsReverse() local
84 attribute in SetIsReverse()
89 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIsFixedSize() local
100 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); SetImageProperties() local
106 auto& attribute = MaybeResetAttribute<ImageAnimatorAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPreDecode() local
112 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetFillMode() local
118 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetStatus() local
124 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIteration() local
130 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDuration() local
136 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPreDecode() local
142 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIsReverse() local
148 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIsFixedSize() local
159 auto& attribute = static_cast<ImageAnimatorAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetImageProperties() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h168 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetInputFilter() local
169 return attribute.inputFilter; in GetInputFilter()
174 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetInputFilter() local
175 attribute.inputFilter = inputFilter; in SetInputFilter()
180 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetValue() local
181 return attribute.value; in GetValue()
186 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetValue() local
187 attribute.value = value; in SetValue()
188 attribute.isValueUpdated = true; in SetValue()
193 auto& attribute in IsValueUpdated() local
199 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIsValueUpdated() local
241 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetPlaceholder() local
247 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetPlaceholder() local
253 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetSelection() local
259 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetSelectedStart() local
265 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetSelectedEnd() local
283 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTextMaxLines() local
289 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTextMaxLines() local
379 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); NeedFade() local
385 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetNeedFade() local
391 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsSoftKeyboardEnabled() local
397 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetSoftKeyboardEnabled() local
431 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); ShowCursor() local
437 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowCursor() local
443 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); NeedObscure() local
449 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetObscure() local
455 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsEnabled() local
461 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetEnabled() local
467 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetTextInputType() local
473 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetTextInputType() local
479 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAction() local
485 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAction() local
522 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetActionLabel() local
528 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetActionLabel() local
534 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaxLength() local
540 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaxLength() local
547 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsTextLengthLimited() local
577 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAutoFocus() local
583 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAutoFocus() local
589 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsExtend() local
595 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetExtend() local
601 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); ShowEllipsis() local
607 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowEllipsis() local
613 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); ShowPasswordIcon() local
619 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowPasswordIcon() local
639 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIconImage() local
645 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIconImage() local
651 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetShowIconImage() local
657 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowIconImage() local
663 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetHideIconImage() local
669 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetHideIconImage() local
675 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIconSize() local
681 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIconSize() local
687 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIconHotZoneSize() local
693 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIconHotZoneSize() local
759 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetWidthReserved() local
765 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetWidthReserved() local
807 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetBlockRightShade() local
813 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetBlockRightShade() local
819 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIsVisible() local
825 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsVisible() local
831 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetResetToStart() local
838 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetResetToStart() local
844 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); HasSetResetToStart() local
850 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowCounter() local
856 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); ShowCounter() local
922 auto& attribute = MaybeResetAttribute<TextFieldAttribute>(AttributeTag::SPECIALIZED_ATTR); SetInputOptions() local
928 auto& attribute = static_cast<TextFieldAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetInputOptions() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h59 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBadgePosition() local
60 return attribute.badgePosition; in GetBadgePosition()
65 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBadgePositionX() local
66 return attribute.badgePositionX; in GetBadgePositionX()
71 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBadgePositionY() local
72 return attribute.badgePositionY; in GetBadgePositionY()
77 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsPositionXy() local
78 return attribute.isPositionXy; in IsPositionXy()
83 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBadgeLabel() local
84 return attribute in GetBadgeLabel()
89 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMessageCount() local
95 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsShowMessage() local
101 auto& attribute = static_cast<BadgeAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetMaxCount() local
149 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMaxCount() local
155 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowMessage() local
161 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetMessageCount() local
167 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetBadgePosition() local
173 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetBadgePositionX() local
179 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetBadgePositionY() local
185 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIsPositionXy() local
228 auto& attribute = MaybeResetAttribute<BadgeAttribute>(AttributeTag::SPECIALIZED_ATTR); SetBadgeLabel() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h85 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIndex() local
86 return attribute.index; in GetIndex()
90 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIndex() local
91 attribute.index = index; in SetIndex()
96 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDuration() local
97 return attribute.duration; in GetDuration()
101 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDuration() local
102 attribute.duration = duration; in SetDuration()
107 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetAxis() local
108 return attribute in GetAxis()
112 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAxis() local
118 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsLoop() local
123 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetLoop() local
129 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDisplayCount() local
136 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); SetDisplayCount() local
143 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsAutoPlay() local
148 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAutoPlay() local
154 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetAutoPlayInterval() local
159 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAutoPlayInterval() local
165 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetCachedSize() local
171 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetCachedSize() local
177 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetEdgeEffect() local
183 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetEdgeEffect() local
189 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); IsAnimationOpacity() local
194 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetAnimationOpacity() local
200 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDigitalIndicator() local
205 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetDigitalIndicator() local
211 auto& attribute = static_cast<SwiperAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetDisplayMode() local
217 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); SetDisplayMode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.h44 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentName() local
45 attribute.name = name; in SetXComponentName()
50 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentName() local
51 return attribute.name; in GetXComponentName()
56 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentId() local
57 attribute.id = id; in SetXComponentId()
62 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentId() local
63 return attribute.id; in GetXComponentId()
68 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentType() local
69 attribute in SetXComponentType()
74 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetXComponentType() local
80 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); SetXComponentLibraryName() local
86 auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetXComponentLibraryName() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h57 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetContent() local
58 return attribute.content; in GetContent()
62 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetContent() local
63 attribute.content = content; in SetContent()
68 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIcon() local
69 return attribute.icon; in GetIcon()
73 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIcon() local
74 attribute.icon = icon; in SetIcon()
79 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in ShowDelete() local
80 return attribute in ShowDelete()
84 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); SetShowDelete() local
90 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetInterval() local
95 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); SetInterval() local
101 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIconResource() local
106 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIconResource() local
112 auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); GetIconSize() local
117 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); SetIconSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
H A Dtexttimer_declaration.h57 auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetInputCount() local
58 return attribute.inputCount; in GetInputCount()
63 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetInputCount() local
64 attribute.inputCount = value; in SetInputCount()
69 auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIsCountDown() local
70 return attribute.isCountDown_; in GetIsCountDown()
75 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIsCountDown() local
76 attribute.isCountDown_ = value; in SetIsCountDown()
81 auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFormat() local
82 return attribute in GetFormat()
87 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); SetFormat() local
[all...]

Completed in 13 milliseconds

12345678