Home
last modified time | relevance | path

Searched refs:SetAttr (Results 1 - 25 of 88) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_node_test_ng.cpp151 accessibilityNode.SetAttr(vec); in HWTEST_F()
159 accessibilityNode.SetAttr(vec); in HWTEST_F()
163 accessibilityNode.SetAttr(vec); in HWTEST_F()
245 * @tc.steps: step2. config pare and call SetAttr. in HWTEST_F()
249 currentNode.SetAttr(vec); in HWTEST_F()
253 * @tc.steps: step3. create a parent node and setTag recall SetAttr. in HWTEST_F()
259 currentNode.SetAttr(vec); in HWTEST_F()
268 currentNode.SetAttr(vec); in HWTEST_F()
280 currentNode.SetAttr(vec); in HWTEST_F()
289 currentNode.SetAttr(ve in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp745 * @tc.desc: SvgNode SetAttr Parameters
751 svgNode->SetAttr("stroke-dasharray", ""); in HWTEST_F()
753 svgNode->SetAttr("stroke-linecap", "round"); in HWTEST_F()
756 svgNode->SetAttr("strokeLinecap", "square"); in HWTEST_F()
759 svgNode->SetAttr("stroke-linejoin", "bevel"); in HWTEST_F()
762 svgNode->SetAttr("strokeLinejoin", "round"); in HWTEST_F()
765 svgNode->SetAttr("stroke-miterlimit", "0.1"); in HWTEST_F()
768 svgNode->SetAttr("stroke-miterlimit", "1.1"); in HWTEST_F()
771 svgNode->SetAttr("strokeMiterlimit", "0.2"); in HWTEST_F()
774 svgNode->SetAttr("strokeMiterlimi in HWTEST_F()
[all...]
H A Dparse_test_ng.cpp499 svgAnimation->SetAttr(ID, CLIP_SVG_LABEL); in HWTEST_F()
1445 * @tc.steps: step1. call SetAttr UpdateAttr in HWTEST_F()
1448 svgAnimation->SetAttr("fill", "red"); in HWTEST_F()
1480 svgAnimation->SetAttr("attributeName", "cx"); in HWTEST_F()
1485 svgAnimation->SetAttr("attributeName", "cy"); in HWTEST_F()
1493 * @tc.steps: step2. call SetAttr UpdateAttr in HWTEST_F()
1496 svgAnimation->SetAttr("attributeName", "r"); in HWTEST_F()
1619 * @tc.steps: step1. call SetAttr UpdateAttr in HWTEST_F()
1622 svgAnimation->SetAttr("attributeName", "fill"); in HWTEST_F()
1627 svgAnimation->SetAttr("attributeNam in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
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_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_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_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_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_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_stop.h32 void SetAttr(const std::string& name, const std::string& value) override;
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_animation.h33 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_fe_gaussianblur.h32 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_offset.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;
H A Dsvg_mask.h32 void SetAttr(const std::string& name, const std::string& value) override;
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp178 svgNode->SetAttr(DOM_SVG_ID, value); in ParseIdAttr()
190 svgNode->SetAttr(SVG_FILL, "#" + newValue); in ParseFillAttr()
192 svgNode->SetAttr(SVG_FILL, value); in ParseFillAttr()
208 svgNode->SetAttr(attr.first, attr.second); in ParseClassAttr()
223 svgNode->SetAttr(attrVector[0], attrVector[1]); in ParseStyleAttr()
248 svgNode->SetAttr(name, value); in SetAttrValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_gradient.h33 void SetAttr(const std::string& name, const std::string& value) override;

Completed in 12 milliseconds

1234