/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | render_data_panel.cpp | 163 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 D | render_data_panel.h | 61 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 D | svg_circle.cpp | 51 void SvgCircle::PrepareAnimation(const RefPtr<SvgAnimation>& animate) in PrepareAnimation() function in OHOS::Ace::NG::SvgCircle 61 SvgNode::PrepareAnimation(animate); in PrepareAnimation()
|
H A D | svg_circle.h | 32 void PrepareAnimation(const RefPtr<SvgAnimation>& animate) override;
|
H A D | svg_node.h | 192 virtual void PrepareAnimation(const RefPtr<SvgAnimation>& animate);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 1477 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 D | render_svg_path.cpp | 54 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_polygon.cpp | 55 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_text_path.cpp | 51 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_circle.cpp | 52 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_ellipse.cpp | 54 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_line.cpp | 60 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_filter.cpp | 50 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_rect.cpp | 48 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_mask.cpp | 68 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_text.cpp | 57 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_pattern.cpp | 70 RenderSvgBase::PrepareAnimation(componentChildren); in PrepareAnimations()
|
H A D | render_svg_base.h | 135 void PrepareAnimation(const std::list<RefPtr<Component>>& componentChildren);
|
H A D | render_svg_base.cpp | 649 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 D | rating_pattern.cpp | 201 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 D | rating_pattern.h | 113 void PrepareAnimation(const RefPtr<CanvasImage>& image);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.h | 429 void PrepareAnimation(const RefPtr<CanvasImage>& image);
|
H A D | image_pattern.cpp | 222 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()
|