/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 151 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 D | parse_testtwo_ng.cpp | 745 * @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 D | parse_test_ng.cpp | 499 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 D | svg_fe_gaussianblur.cpp | 32 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 D | svg_fe_colormatrix.cpp | 32 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 D | svg_fe_composite.cpp | 32 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 D | svg_fe_offset.cpp | 32 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 D | svg_dom.cpp | 216 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 D | svg_mask.cpp | 32 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 D | svg_filter.cpp | 32 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 D | svg_pattern.cpp | 32 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 D | svg_stop.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_stop.cpp | 30 void SvgStop::SetAttr(const std::string& name, const std::string& value) in SetAttr() function in OHOS::Ace::SvgStop
|
H A D | svg_animation.h | 33 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_gradient.h | 33 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_filter.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_fe_gaussianblur.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_fe_colormatrix.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_fe_composite.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_fe_offset.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_pattern.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_mask.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.cpp | 217 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 D | svg_dom.cpp | 178 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 D | svg_gradient.h | 33 void SetAttr(const std::string& name, const std::string& value) override;
|