Home
last modified time | relevance | path

Searched refs:GetOuterRadius (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/arc/
H A Drender_arc.cpp75 outerRadius_ = context->NormalizeToPx(arcComponent->GetOuterRadius()); in Update()
85 double RenderArc::GetOuterRadius() const in GetOuterRadius() function in OHOS::Ace::RenderArc
H A Drender_arc.h34 double GetOuterRadius() const;
H A Darc_component.h64 const Dimension& GetOuterRadius() const in GetOuterRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h339 double GetOuterRadius() const in GetOuterRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h488 double GetOuterRadius() const in GetOuterRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2200 endPoint, gradient.GetOuterRadius(), colors, pos, gradientColors.size(), mode);
2203 gradient.GetOuterRadius(), colors, pos, gradientColors.size(), mode);
2237 … RSShaderEffect::CreateRadialGradient(pts.at(1), gradient.GetOuterRadius(), colors, pos, mode);
2241 gradient.GetOuterRadius(), colors, pos, mode, &matrix);
H A Drosen_render_offscreen_canvas.cpp1078 endPoint, gradient.GetOuterRadius(), colors, pos, gradientColors.size(), mode); in UpdatePaintShader()
1081 gradient.GetOuterRadius(), colors, pos, gradientColors.size(), mode); in UpdatePaintShader()
1113 … RSShaderEffect::CreateRadialGradient(pts.at(1), gradient.GetOuterRadius(), colors, pos, mode); in UpdatePaintShader()
1117 gradient.GetOuterRadius(), colors, pos, mode, &matrix); in UpdatePaintShader()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp271 …shaderEffect = RSShaderEffect::CreateRadialGradient(endPoint, gradient.GetOuterRadius(), colors, p… in UpdatePaintShader()
275 gradient.GetOuterRadius(), colors, pos, mode, &matrix); in UpdatePaintShader()