Searched refs:bottomLeftRadiusY (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 93 …float bottomLeftRadiusY = GetFloatRadiusValue(bottomLeftRadius_.GetY(), bottomLeftRadius_.GetX(), … in CreateRect() local 96 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in CreateRect() 105 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in CreateRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 985 …float bottomLeftRadiusY = DimensionToPx(inset->GetBottomLeftRadius().GetY(), radiusSize, LengthMod… local 988 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; 997 fRadii.push_back(RSPoint(bottomLeftRadiusX, bottomLeftRadiusY)); 1200 float bottomLeftRadiusY = GetFloatRadiusValue( local 1204 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; 1213 fRadii.push_back(RSPoint(bottomLeftRadiusX, bottomLeftRadiusY));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 791 float bottomLeftRadiusY = in DrawingCreateInset() local 794 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in DrawingCreateInset() 901 float bottomLeftRadiusY = DrawingGetFloatRadiusValue( in DrawingCreateRect() local 904 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in DrawingCreateRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 814 …float bottomLeftRadiusY = SkiaDimensionToPx(inset->GetBottomLeftRadius().GetY(), radiusSize, Lengt… in SkiaCreateInset() local 816 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in SkiaCreateInset() 924 float bottomLeftRadiusY = SkiaGetFloatRadiusValue( in SkiaCreateRect() local 927 { bottomRightRadiusX, bottomRightRadiusY }, { bottomLeftRadiusX, bottomLeftRadiusY } }; in SkiaCreateRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 1994 float bottomLeftRadiusY = NormalizeToPx(border.BottomLeftRadius().GetY()); in GetOuterRRect() local 1998 SkVector::Make(bottomLeftRadiusX, bottomLeftRadiusY) }; in GetOuterRRect() 2012 float bottomLeftRadiusY = NormalizeToPx(border.BottomLeftRadius().GetY()); in GetOuterRRect() local 2019 outerRadii.push_back(RSPoint(bottomLeftRadiusX, bottomLeftRadiusY)); in GetOuterRRect() 2088 float bottomLeftRadiusY = NormalizeToPx(border.BottomLeftRadius().GetY()); in GetClipRRect() local 2095 SkVector::Make(bottomLeftRadiusX, bottomLeftRadiusY) }; in GetClipRRect() 2113 float bottomLeftRadiusY = NormalizeToPx(border.BottomLeftRadius().GetY()); in GetClipRRect() local 2122 outerRadii.push_back(RSPoint(bottomLeftRadiusX, bottomLeftRadiusY)); in GetClipRRect()
|