/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 151 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 D | parse_testtwo_ng.cpp | 751 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 D | parse_test_ng.cpp | 498 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 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_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_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_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_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_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_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_stop.h | 32 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_animation.h | 33 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_gaussianblur.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_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_mask.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;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.cpp | 182 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 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 204 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()
|