Home
last modified time | relevance | path

Searched refs:GetContainerSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsvg_canvas_image.h48 return svgDom_->GetContainerSize().Width(); in GetWidth()
53 return svgDom_->GetContainerSize().Height(); in GetHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dsvg_image_object.cpp61 imageSize_ = svgDomBase_->GetContainerSize(); in MakeSvgDom()
H A Dsvg_dom_base.h34 virtual SizeF GetContainerSize() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_svg_dom.h48 SizeF GetContainerSize() const override;
H A Dskia_svg_dom.cpp143 SizeF SkiaSvgDom::GetContainerSize() const in GetContainerSize() function in OHOS::Ace::NG::SkiaSvgDom
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.h58 SizeF GetContainerSize() const override;
H A Dsvg_dom.cpp357 SizeF SvgDom::GetContainerSize() const in GetContainerSize() function in OHOS::Ace::NG::SvgDom
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.h87 const Size& GetContainerSize() const in GetContainerSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp467 … srcRect = RSRect(0, 0, svgDom->GetContainerSize().Width(), svgDom->GetContainerSize().Height()); in DrawSvgImage()
468 …dstRect = RSRect(canvasImage.dx, canvasImage.dy, svgDom->GetContainerSize().Width() + canvasImage.… in DrawSvgImage()
469 svgDom->GetContainerSize().Height() + canvasImage.dy); in DrawSvgImage()
472 … srcRect = RSRect(0, 0, svgDom->GetContainerSize().Width(), svgDom->GetContainerSize().Height()); in DrawSvgImage()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp823 auto containerSize = svgDom->GetContainerSize();