Home
last modified time | relevance | path

Searched defs:svgStream (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp352 auto svgStream = SkMemoryStream::MakeCopy(RECT_SVG_LABEL.c_str(), RECT_SVG_LABEL.length()); in ParseRect() local
374 auto svgStream = SkMemoryStream::MakeCopy(svgLable.c_str(), svgLable.length()); in parsePolygon() local
396 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParsePath() local
412 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParseFeGaussianblur() local
430 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParseEllipse() local
511 auto svgStream = SkMemoryStream::MakeCopy(CLIP_SVG_LABEL.c_str(), CLIP_SVG_LABEL.length()); variable
538 auto svgStream = SkMemoryStream::MakeCopy(SVG_LABEL.c_str(), SVG_LABEL.length()); variable
558 auto svgStream = SkMemoryStream::MakeCopy(USE_SVG_LABEL.c_str(), USE_SVG_LABEL.length()); variable
626 auto svgStream = SkMemoryStream::MakeCopy(STOP_SVG_LABEL.c_str(), STOP_SVG_LABEL.length()); variable
1009 auto svgStream = SkMemoryStream::MakeCopy(G_SVG_LABEL.c_str(), G_SVG_LABEL.length()); variable
[all …]
H A Dparse_testtwo_ng.cpp322 auto svgStream = SkMemoryStream::MakeCopy(RECT_SVG_LABEL.c_str(), RECT_SVG_LABEL.length()); in ParseRect() local
344 auto svgStream = SkMemoryStream::MakeCopy(svgLable.c_str(), svgLable.length()); in parsePolygon() local
366 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParsePath() local
382 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParseFeGaussianblur() local
400 auto svgStream = SkMemoryStream::MakeCopy(svgLabel.c_str(), svgLabel.length()); in ParseEllipse() local
449 …auto svgStream = SkMemoryStream::MakeCopy(ELLIPSE_SVG_LABEL3.c_str(), ELLIPSE_SVG_LABEL3.length()); variable
565 auto svgStream = SkMemoryStream::MakeCopy(RECT_SVG_LABEL3.c_str(), RECT_SVG_LABEL3.length()); variable
589 auto svgStream = SkMemoryStream::MakeCopy(USE_SVG_LABEL.c_str(), USE_SVG_LABEL.length()); variable
613 auto svgStream = SkMemoryStream::MakeCopy(IMAGE_LABEL.c_str(), IMAGE_LABEL.length()); variable
640 auto svgStream = SkMemoryStream::MakeCopy(CIRCLE_SVG_LABEL.c_str(), CIRCLE_SVG_LABEL.length()); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object_svg.cpp19 …bject> GetImageSvgDomObj(ImageSourceInfo source, const std::unique_ptr<SkMemoryStream >& svgStream, in GetImageSvgDomObj()
H A Dimage_provider.cpp318 const auto svgStream = std::make_unique<SkMemoryStream>(std::move(imageData)); in GetSVGImageDOMAsyncFromSrc() local
369 const auto svgStream = std::make_unique<SkMemoryStream>(skData); local
372 const auto svgStream = std::make_unique<SkMemoryStream>(skData); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp67 const auto svgStream = std::make_unique<SkMemoryStream>(skData_); in MakeSvgDom() local
H A Dskia_svg_dom.cpp34 RefPtr<SkiaSvgDom> SkiaSvgDom::CreateSkiaSvgDom(SkStream& svgStream, const std::optional<Color>& sv… in CreateSkiaSvgDom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp84 const auto svgStream = std::make_unique<SkMemoryStream>(skData); in MakeSvgDom() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp105 RefPtr<SvgDom> SvgDom::CreateSvgDom(SkStream& svgStream, const ImageSourceInfo& src) in CreateSvgDom()
118 bool SvgDom::ParseSvg(SkStream& svgStream) in ParseSvg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp127SkStream& svgStream, const WeakPtr<PipelineContext>& context, const std::optional<Color>& svgTheme… in CreateSvgDom()
140 bool SvgDom::ParseSvg(SkStream& svgStream) in ParseSvg()