Home
last modified time | relevance | path

Searched refs:SetAttr (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_node_test_ng.cpp151 accessibilityNode.SetAttr(vec);
159 accessibilityNode.SetAttr(vec);
163 accessibilityNode.SetAttr(vec);
249 currentNode.SetAttr(vec);
259 currentNode.SetAttr(vec);
268 currentNode.SetAttr(vec);
280 currentNode.SetAttr(vec);
289 currentNode.SetAttr(vec);
299 currentNode.SetAttr(vec);
308 currentNode.SetAttr(vec);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp751 svgNode->SetAttr("stroke-dasharray", "");
753 svgNode->SetAttr("stroke-linecap", "round");
756 svgNode->SetAttr("strokeLinecap", "square");
762 svgNode->SetAttr("strokeLinejoin", "round");
771 svgNode->SetAttr("strokeMiterlimit", "0.2");
774 svgNode->SetAttr("strokeMiterlimit", "1.2");
777 svgNode->SetAttr("strokeOpacity", "0.321");
780 svgNode->SetAttr("strokeWidth", "1.2");
783 svgNode->SetAttr("strokeWidth", "-1.2");
786 svgNode->SetAttr("stroke-width", "-1.2");
[all …]
H A Dparse_test_ng.cpp498 svgAnimation->SetAttr(ID, CLIP_SVG_LABEL);
1448 svgAnimation->SetAttr("fill", "red");
1946 svgNode->SetAttr("clip-rule", "evenodd");
1949 svgNode->SetAttr("clipRule", "evenodd1");
1955 svgNode->SetAttr("fill", "none");
1961 svgNode->SetAttr("fillRule", "evenodd");
1964 svgNode->SetAttr("fontSize", "1");
1967 svgNode->SetAttr("fontSize", "-1");
1970 svgNode->SetAttr("href", "#testHref");
1973 svgNode->SetAttr("href", "testHref111");
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp216 svgNode->SetAttr(DOM_ID, value); in ParseIdAttr()
231 svgNode->SetAttr(DOM_SVG_FILL, "#" + newValue); in ParseFillAttr()
233 svgNode->SetAttr(DOM_SVG_FILL, value); in ParseFillAttr()
252 svgNode->SetAttr(attr.first, attr.second); in ParseClassAttr()
270 svgNode->SetAttr(attrVector[0], attrVector[1]); in ParseStyleAttr()
295 svgNode->SetAttr(name, value);
H A Dsvg_fe_colormatrix.cpp32 void SvgFeColorMatrix::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgFeColorMatrix
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_fe_composite.cpp32 void SvgFeComposite::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgFeComposite
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_fe_gaussianblur.cpp32 void SvgFeGaussianBlur::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgFeGaussianBlur
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_fe_offset.cpp32 void SvgFeOffset::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgFeOffset
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_filter.cpp32 void SvgFilter::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgFilter
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_pattern.cpp32 void SvgPattern::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgPattern
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_mask.cpp32 void SvgMask::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgMask
35 component_->GetDeclaration()->SetAttr({ std::make_pair(name, value) }); in SetAttr()
H A Dsvg_stop.cpp30 void SvgStop::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgStop
H A Dsvg_stop.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_animation.h33 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_fe_colormatrix.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_fe_composite.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_fe_gaussianblur.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_fe_offset.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_gradient.h33 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_filter.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_mask.h32 void SetAttr(const std::string& name, const std::string& value) override;
H A Dsvg_pattern.h32 void SetAttr(const std::string& name, const std::string& value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp182 svgNode->SetAttr(DOM_ID, value); in ParseIdAttr()
194 svgNode->SetAttr(DOM_SVG_FILL, "#" + newValue); in ParseFillAttr()
196 svgNode->SetAttr(DOM_SVG_FILL, value); in ParseFillAttr()
212 svgNode->SetAttr(attr.first, attr.second); in ParseClassAttr()
227 svgNode->SetAttr(attrVector[0], attrVector[1]); in ParseStyleAttr()
252 svgNode->SetAttr(name, value); in SetAttrValue()
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.cpp217 SetAttr(SET_FORMAT, format); in SetFormat()
227 SetAttr(SET_STRIDE_ALIGNMENT, strideAlignment); in SetStrideAlignment()
242 SetAttr(SET_SIZE, size); in SetSize()
252 SetAttr(SET_USAGE, usage); in SetUsage()
307 void BufferClientProducer::SetAttr(uint32_t code, uint32_t value) in SetAttr() function in OHOS::BufferClientProducer
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp204 node->SetAttr(attrs_); in CreateDomNode()
259 node->SetAttr(attrs_); in CreateDomElement()
402 accessibilityNode->SetAttr(attrs_); in Execute()
465 accessibilityNode->SetAttr(attrs_); in Execute()
565 node->SetAttr(attrs_); in Execute()
589 accessibilityNode->SetAttr(attrs_); in Execute()

1234