Searched defs:GetCenter (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 450 …static RSPoint GetCenter(const std::shared_ptr<NG::RadialGradient>& radialGradient, const RSSize& … in GetCenter() function in OHOS::Ace::NG::__anon312c707b0110::RadialGradientShader 639 …static RSPoint GetCenter(const std::shared_ptr<NG::SweepGradient>& sweepGradient, const RSSize& si… in GetCenter() function in OHOS::Ace::NG::__anon312c707b0110::SweepGradientShader
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 477 …static SkPoint GetCenter(const std::shared_ptr<NG::RadialGradient>& radialGradient, const SkSize& … in GetCenter() function in OHOS::Ace::NG::__anonb09af8c10110::RadialGradientShader 664 …static SkPoint GetCenter(const std::shared_ptr<NG::SweepGradient>& sweepGradient, const SkSize& si… in GetCenter() function in OHOS::Ace::NG::__anonb09af8c10110::SweepGradientShader
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 686 … static SkPoint GetCenter(const RadialGradient& radialGradient, const SkSize& size, float dipScale) in GetCenter() function in OHOS::Ace::__anon638ae6070110::RadialGradientShader 703 … static RSPoint GetCenter(const RadialGradient& radialGradient, const RSSize& size, float dipScale) in GetCenter() function in OHOS::Ace::__anon638ae6070110::RadialGradientShader 1053 static SkPoint GetCenter(const SweepGradient& sweepGradient, const SkSize& size, float dipScale) in GetCenter() function in OHOS::Ace::__anon638ae6070110::SweepGradientShader
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.h | 940 const Point& GetCenter() const function
|