Searched refs:SetViewBox (Results 1 – 8 of 8) sorted by relevance
92 void SvgComponent::SetViewBox(const Rect& viewBox) in SetViewBox() function in OHOS::Ace::SvgComponent94 declaration_->SetViewBox(viewBox); in SetViewBox()
42 void SetViewBox(const Rect& viewBox);
71 declaration.SetViewBox(Rect(viewBox[0], viewBox[1], viewBox[2], viewBox[3])); in SetSpecializedValue()82 declaration.SetViewBox(Rect(viewBox[0], viewBox[1], viewBox[2], viewBox[3])); in SetSpecializedValue()
62 declaration.SetViewBox(Rect(viewBox[0], viewBox[1], viewBox[2], viewBox[3])); in SetSpecializedAttr()
109 void SetViewBox(const Rect& viewBox) in SetViewBox() function
133 void SetViewBox(const Rect& viewBox) in SetViewBox() function
121 void SetViewBox(const ShapeViewBox& viewBox) in SetViewBox() function
58 component->SetViewBox(viewBox); in SetViewPort()