/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 200 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 D | clip_component.h | 79 topRightRadius_ = clipRadius; in SetClipRadius() 96 return topRightRadius_; in GetTopRightRadius() 101 topRightRadius_ = topRightRadius; in SetTopRightRadius() 151 Radius topRightRadius_; variable
|
H A D | render_clip.h | 93 topRightRadius_ = clipRadius; in SetClipRadius() 106 Radius topRightRadius_; variable
|
H A D | rosen_render_clip.cpp | 59 topRightRadius_.GetX().ConvertToPx(dipScale), in SyncGeometryProperties()
|
H A D | render_clip.cpp | 41 topRightRadius_ = clip->GetTopRightRadius(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 47 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 D | render_shape.h | 46 topRightRadius_.SetContextAndCallback(context_, callback); in OnAttachContext() 67 return topRightRadius_; in GetTopRightRadius() 138 Radius topRightRadius_; variable
|
H A D | rosen_render_shape.cpp | 88 …float topRightRadiusX = GetFloatRadiusValue(topRightRadius_.GetX(), topRightRadius_.GetY(), false); in CreateRect() 89 … float topRightRadiusY = GetFloatRadiusValue(topRightRadius_.GetY(), topRightRadius_.GetX(), true); in CreateRect()
|
H A D | render_shape.cpp | 33 topRightRadius_ = shapeComponent->GetTopRightRadius(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.h | 61 … 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 D | border.cpp | 42 return topLeftRadius_.HasValue() || topRightRadius_.HasValue() || in HasRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 120 topRightRadius_ = topRightRadius; in SetTopRightRadius() 146 return topRightRadius_; in GetTopRightRadius() 423 Radius topRightRadius_; variable
|
H A D | list_item_element.h | 112 Radius topRightRadius_; variable
|
H A D | list_item_element.cpp | 56 topRightRadius_ = item->GetTopRightRadius(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | rect_pattern_test_ng.cpp | 224 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 D | rect_paint_method.h | 71 Radius topRightRadius_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list_item.cpp | 190 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 D | dom_list_item.h | 89 Radius topRightRadius_; variable
|
H A D | dom_list_item_group.cpp | 161 listItemGroupComponent_->SetTopRightRadius(topRightRadius_); in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 454 … 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 D | render_image.h | 366 Radius topRightRadius_ = Radius(0.0); variable
|
H A D | render_image.cpp | 622 topRightRadius_ = Radius(border.TopRightRadius() - Radius(topEdgeWidth, rightEdgeWidth)); in SetRadius() 868 topRightRadius_ = Radius(0.0); in ClearRenderObject()
|