Home
last modified time | relevance | path

Searched refs:PrepareAnimation (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp163 PrepareAnimation(); in Update()
191 PrepareAnimation(); in Update()
199 void RenderProgressDataPanel::PrepareAnimation() in PrepareAnimation() function in OHOS::Ace::RenderProgressDataPanel
226 void RenderPercentageDataPanel::PrepareAnimation() in PrepareAnimation() function in OHOS::Ace::RenderPercentageDataPanel
269 PrepareAnimation(); in Update()
H A Drender_data_panel.h61 virtual void PrepareAnimation() = 0;
144 void PrepareAnimation() override;
199 void PrepareAnimation() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_circle.cpp51 void SvgCircle::PrepareAnimation(const RefPtr<SvgAnimation>& animate) in PrepareAnimation() function in OHOS::Ace::NG::SvgCircle
61 SvgNode::PrepareAnimation(animate); in PrepareAnimation()
H A Dsvg_circle.h32 void PrepareAnimation(const RefPtr<SvgAnimation>& animate) override;
H A Dsvg_node.h192 virtual void PrepareAnimation(const RefPtr<SvgAnimation>& animate);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1477 svgCircle->PrepareAnimation(svgAnimation);
1484 svgCircle->PrepareAnimation(svgAnimation);
1615 svg->PrepareAnimation(svgAnimation);
1624 svg->PrepareAnimation(svgAnimation);
1629 svg->PrepareAnimation(svgAnimation);
1895 svg->PrepareAnimation(svgAnimation);
1898 svg->PrepareAnimation(svgAnimation);
1903 svg->PrepareAnimation(svgAnimation);
1908 svg->PrepareAnimation(svgAnimation);
1913 svg->PrepareAnimation(svgAnimation);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_path.cpp54 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_polygon.cpp55 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_text_path.cpp51 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_circle.cpp52 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_ellipse.cpp54 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_line.cpp60 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_filter.cpp50 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_rect.cpp48 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_mask.cpp68 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_text.cpp57 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_pattern.cpp70 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
H A Drender_svg_base.h135 void PrepareAnimation(const std::list<RefPtr<Component>>& componentChildren);
H A Drender_svg_base.cpp649 void RenderSvgBase::PrepareAnimation(const std::list<RefPtr<Component>>& componentChildren) in PrepareAnimation() function in OHOS::Ace::RenderSvgBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp201 PrepareAnimation(foregroundImageCanvas_); in CreateNodePaintMethod()
202 PrepareAnimation(secondaryImageCanvas_); in CreateNodePaintMethod()
203 PrepareAnimation(backgroundImageCanvas_); in CreateNodePaintMethod()
856 void RatingPattern::PrepareAnimation(const RefPtr<CanvasImage>& image) in PrepareAnimation() function in OHOS::Ace::NG::RatingPattern
H A Drating_pattern.h113 void PrepareAnimation(const RefPtr<CanvasImage>& image);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h429 void PrepareAnimation(const RefPtr<CanvasImage>& image);
H A Dimage_pattern.cpp222 void ImagePattern::PrepareAnimation(const RefPtr<CanvasImage>& image) in PrepareAnimation() function in OHOS::Ace::NG::ImagePattern
406 PrepareAnimation(image_); in OnImageLoadSuccess()
980 pattern->PrepareAnimation(pattern->altImage_); in CreateLoadSuccessCallbackForAlt()