/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe.h | 37 void RegisterResult(const std::string& id, std::shared_ptr<RSImageFilter>& imageFilter, 38 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const; 40 static void ConverImageFilterColor(std::shared_ptr<RSImageFilter>& imageFilter, 43 static std::shared_ptr<RSImageFilter> MakeImageFilter(const SvgFeIn& in, 44 std::shared_ptr<RSImageFilter>& imageFilter, 45 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash); 47 …void GetImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, SvgColorInterpolationType& curren… 48 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash, 54 …virtual void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolat… in OnAsImageFilter() 56 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_fe.cpp | 91 void SvgFe::RegisterResult(const std::string& id, std::shared_ptr<RSImageFilter>& imageFilter, in RegisterResult() 92 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in RegisterResult() 104 void SvgFe::GetImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, SvgColorInterpolationType& … in GetImageFilter() 105 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash, in GetImageFilter() 125 void SvgFe::ConverImageFilterColor(std::shared_ptr<RSImageFilter>& imageFilter, in ConverImageFilterColor() 139 std::shared_ptr<RSImageFilter> SvgFe::MakeImageFilter(const SvgFeIn& in, std::shared_ptr<RSImageFil… in MakeImageFilter() 140 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) in MakeImageFilter()
|
H A D | svg_fe_flood.h | 32 …void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolationType&… 34 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_gaussian_blur.h | 31 …void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolationType&… 33 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_offset.h | 32 …void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolationType&… 34 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_blend.h | 33 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, 35 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_composite.h | 33 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, 35 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_color_matrix.h | 42 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, 44 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const override;
|
H A D | svg_fe_offset.cpp | 32 void SvgFeOffset::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 34 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_fe_flood.cpp | 33 void SvgFeFlood::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 35 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_fe_gaussian_blur.cpp | 31 void SvgFeGaussianBlur::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 33 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_fe_blend.cpp | 47 void SvgFeBlend::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 49 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_fe_color_matrix.cpp | 138 void SvgFeColorMatrix::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 140 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
H A D | svg_filter.cpp | 59 std::shared_ptr<RSImageFilter> imageFilter = nullptr; in OnAsPaint() 63 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>> resultHash; in OnAsPaint()
|
H A D | svg_fe_composite.cpp | 92 void SvgFeComposite::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, in OnAsImageFilter() 94 std::unordered_map<std::string, std::shared_ptr<RSImageFilter>>& resultHash) const in OnAsImageFilter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_fe.h | 39 virtual void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) const {} 40 virtual void OnAsImageFilter(const std::shared_ptr<RSImageFilter>& backImageFilter, 41 …const std::shared_ptr<RSImageFilter>& foreImageFilter, std::shared_ptr<RSImageFilter>& imageFilter…
|
H A D | rosen_render_svg_filter.h | 52 std::shared_ptr<RSImageFilter>& imageFilter, ColorInterpolationType& currentColor); 54 …std::shared_ptr<RSImageFilter> MakeImageFilter(const FeInType& in, std::shared_ptr<RSImageFilter>&… 55 void ConverImageFilterColor(std::shared_ptr<RSImageFilter>& imageFilter,
|
H A D | rosen_render_svg_fe_composite.h | 32 void OnAsImageFilter(const std::shared_ptr<RSImageFilter>& backImageFilter, 33 const std::shared_ptr<RSImageFilter>& foreImageFilter, 34 std::shared_ptr<RSImageFilter>& imageFilter) const override;
|
H A D | rosen_render_svg_fe_composite.cpp | 24 void RosenRenderSvgFeComposite::OnAsImageFilter(const std::shared_ptr<RSImageFilter>& backImageFilt… in OnAsImageFilter() 25 …const std::shared_ptr<RSImageFilter>& foreImageFilter, std::shared_ptr<RSImageFilter>& imageFilter… in OnAsImageFilter()
|
H A D | rosen_render_svg_filter.cpp | 49 std::shared_ptr<RSImageFilter> imageFilter = nullptr; in OnAsPaint() 67 …const RefPtr<RenderSvgFe>& fe, std::shared_ptr<RSImageFilter>& imageFilter, ColorInterpolationType… in GetImageFilter() 128 std::shared_ptr<RSImageFilter> RosenRenderSvgFilter::MakeImageFilter( in MakeImageFilter() 129 const FeInType& in, std::shared_ptr<RSImageFilter>& imageFilter) in MakeImageFilter() 179 …std::shared_ptr<RSImageFilter>& imageFilter, const ColorInterpolationType& src, const ColorInterpo… in ConverImageFilterColor()
|
H A D | rosen_render_svg_fe_offset.cpp | 26 void RosenRenderSvgFeOffset::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) const
|
H A D | rosen_render_svg_fe_colormatrix.h | 31 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) const override;
|
H A D | rosen_render_svg_fe_gaussianblur.h | 31 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) const override;
|
H A D | rosen_render_svg_fe_offset.h | 31 void OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) const override;
|
H A D | rosen_render_svg_fe_gaussianblur.cpp | 26 void RosenRenderSvgFeGaussianBlur::OnAsImageFilter(std::shared_ptr<RSImageFilter>& imageFilter) con…
|