Home
last modified time | relevance | path

Searched refs:topRightRadius_ (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h200 return topRightRadius_; in GetTopRightRadius()
250 topRightRadius_.SetX(topRightRadius);
252 topRightRadius_.SetY(topRightRadius);
287 Radius topRightRadius_; variable
481 topRightRadius_ = topRightRadius; in SetTopRightRadius()
501 return topRightRadius_; in GetTopRightRadius()
517 topRightRadius_.SetX(value, option);
525 topRightRadius_.SetY(value, option);
532 Radius topRightRadius_ = Radius(-1.0); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Dclip_component.h79 topRightRadius_ = clipRadius; in SetClipRadius()
96 return topRightRadius_; in GetTopRightRadius()
101 topRightRadius_ = topRightRadius; in SetTopRightRadius()
151 Radius topRightRadius_; variable
H A Drender_clip.h93 topRightRadius_ = clipRadius; in SetClipRadius()
106 Radius topRightRadius_; variable
H A Drosen_render_clip.cpp59 topRightRadius_.GetX().ConvertToPx(dipScale), in SyncGeometryProperties()
H A Drender_clip.cpp41 topRightRadius_ = clip->GetTopRightRadius(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h47 topRightRadius_ = topRightRadius; in SetTopRightRadius()
92 return topRightRadius_; in GetTopRightRadius()
108 topRightRadius_.SetX(value, option);
116 topRightRadius_.SetY(value, option);
217 Radius topRightRadius_ = Radius(-1); variable
H A Drender_shape.h46 topRightRadius_.SetContextAndCallback(context_, callback); in OnAttachContext()
67 return topRightRadius_; in GetTopRightRadius()
138 Radius topRightRadius_; variable
H A Drosen_render_shape.cpp88 …float topRightRadiusX = GetFloatRadiusValue(topRightRadius_.GetX(), topRightRadius_.GetY(), false); in CreateRect()
89 … float topRightRadiusY = GetFloatRadiusValue(topRightRadius_.GetY(), topRightRadius_.GetX(), true); in CreateRect()
H A Drender_shape.cpp33 topRightRadius_ = shapeComponent->GetTopRightRadius(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h61 … bottomLeftRadius_.IsValid() && topRightRadius_.IsValid() && bottomRightRadius_.IsValid(); in IsValid()
78 topRightRadius_ = radius; in SetBorderRadius()
106 topRightRadius_ = topRightRadius; in SetTopRightRadius()
126 return topRightRadius_; in TopRightRadius()
277 topRightRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
356 Radius topRightRadius_; variable
H A Dborder.cpp42 return topLeftRadius_.HasValue() || topRightRadius_.HasValue() || in HasRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h120 topRightRadius_ = topRightRadius; in SetTopRightRadius()
146 return topRightRadius_; in GetTopRightRadius()
423 Radius topRightRadius_; variable
H A Dlist_item_element.h112 Radius topRightRadius_; variable
H A Dlist_item_element.cpp56 topRightRadius_ = item->GetTopRightRadius(); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Drect_pattern_test_ng.cpp224 EXPECT_EQ(rect->topRightRadius_, newRadius02);
241 auto rect02 = rect->topRightRadius_;
246 EXPECT_EQ(rect->topRightRadius_, rect02);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Drect_paint_method.h71 Radius topRightRadius_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp190 listItem.topRightRadius_ = Radius(listItem.ParseDimension(val)); in SetSpecializedStyle()
200 listItem.topRightRadius_ = Radius(listItem.ParseDimension(val)); in SetSpecializedStyle()
360 listItemComponent_->SetTopRightRadius(topRightRadius_); in PrepareSpecializedComponent()
H A Ddom_list_item.h89 Radius topRightRadius_; variable
H A Ddom_list_item_group.cpp161 listItemGroupComponent_->SetTopRightRadius(topRightRadius_); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp454 … SvgRadius svgRadius = { topLeftRadius_, topRightRadius_, bottomLeftRadius_, bottomRightRadius_ };
495 … SvgRadius svgRadius = { topLeftRadius_, topRightRadius_, bottomLeftRadius_, bottomRightRadius_ };
1159 SetSkRadii(topRightRadius_, radii_[SkRRect::kUpperRight_Corner]);
1164 SetRadii(topRightRadius_, radii_[RSRoundRect::CornerPos::TOP_RIGHT_POS]);
H A Drender_image.h366 Radius topRightRadius_ = Radius(0.0); variable
H A Drender_image.cpp622 topRightRadius_ = Radius(border.TopRightRadius() - Radius(topEdgeWidth, rightEdgeWidth)); in SetRadius()
868 topRightRadius_ = Radius(0.0); in ClearRenderObject()