Home
last modified time | relevance | path

Searched refs:TopRightRadius (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp55 …SkPoint::Make(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius in MakeRRect()
73 …RSPoint(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius().Get… in MakeRRect()
272 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopBubbleInJs()
333 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopBubbleInJs()
393 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintBottomBubbleInJs()
454 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintBottomBubbleInJs()
521 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopBubble()
574 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopBubble()
625 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintBottomBubble()
627 childOffsetY + NormalizeToPx(border_.TopRightRadius().GetY())); in PaintBottomBubble()
[all …]
H A Drender_bubble.cpp354 …max(NormalizePercentToPx(padding_.Right(), false), NormalizeToPx(border_.TopRightRadius().GetX())), in InitArrowState()
963 … std::max(NormalizeToPx(padding_.Right()), NormalizeToPx(border_.TopRightRadius().GetX())))); in InitEdgeSize()
968 …Dimension(std::max(NormalizeToPx(padding_.Top()), NormalizeToPx(border_.TopRightRadius().GetY())) + in InitEdgeSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drosen_render_tip.cpp117 …wPosition.GetY() - bubbleSpacing - (childHeight - NormalizeToPx(border_.TopRightRadius().GetY()))); in PaintTopTip()
118 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopTip()
120 … globalArrowPosition.GetX() + childHalfWidth - NormalizeToPx(border_.TopRightRadius().GetX()), in PaintTopTip()
177 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintTopTip()
179 … globalArrowPosition.GetX() + childHalfWidth - NormalizeToPx(border_.TopRightRadius().GetX()), in PaintTopTip()
234 … globalArrowPosition.GetY() - (childHalfHeight - NormalizeToPx(border_.TopRightRadius().GetY()))); in PaintLeftTip()
235 …path_.arcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintLeftTip()
237 globalArrowPosition.GetX() - bubbleSpacing - NormalizeToPx(border_.TopRightRadius().GetX()), in PaintLeftTip()
294 … globalArrowPosition.GetY() - (childHalfHeight - NormalizeToPx(border_.TopRightRadius().GetY()))); in PaintLeftTip()
295 …path_.ArcTo(NormalizeToPx(border_.TopRightRadius().GetX()), NormalizeToPx(border_.TopRightRadius()… in PaintLeftTip()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drosen_render_piece.cpp95 …SkPoint::Make(NormalizeToPx(border.TopRightRadius().GetX()), NormalizeToPx(border.TopRightRadius()… in MakeRRect()
116 … NormalizeToPx(border.TopRightRadius().GetX()), NormalizeToPx(border.TopRightRadius().GetY())); in MakeRRect()
H A Drender_piece.cpp69 …{ border.TopLeftRadius(), border.TopRightRadius(), border.BottomRightRadius(), border.BottomLeftRa… in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp198 …SkPoint::Make(NormalizeToPx(border.TopRightRadius().GetX()), NormalizeToPx(border.TopRightRadius()… in Paint()
216 … NormalizeToPx(border.TopRightRadius().GetX()), NormalizeToPx(border.TopRightRadius().GetY())); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Drect_model_ng.cpp94 ACE_UPDATE_PAINT_PROPERTY(RectPaintProperty, TopRightRadius, topRightRadius); in SetTopRightRadius()
157 ACE_UPDATE_NODE_PAINT_PROPERTY(RectPaintProperty, TopRightRadius, topRightRadius, frameNode); in SetTopRightRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1989 float topRightRadiusX = NormalizeToPx(border.TopRightRadius().GetX()); in GetOuterRRect()
1990 float topRightRadiusY = NormalizeToPx(border.TopRightRadius().GetY()); in GetOuterRRect()
2007 float topRightRadiusX = NormalizeToPx(border.TopRightRadius().GetX()); in GetOuterRRect()
2008 float topRightRadiusY = NormalizeToPx(border.TopRightRadius().GetY()); in GetOuterRRect()
2038 float trX = NormalizeToPx(border.TopRightRadius().GetX()); in GetInnerRRect()
2039 float trY = NormalizeToPx(border.TopRightRadius().GetY()); in GetInnerRRect()
2065 float trX = NormalizeToPx(border.TopRightRadius().GetX()); in GetInnerRRect()
2066 float trY = NormalizeToPx(border.TopRightRadius().GetY()); in GetInnerRRect()
2091 float topRightRadiusX = NormalizeToPx(border.TopRightRadius().GetX()); in GetClipRRect()
2092 float topRightRadiusY = NormalizeToPx(border.TopRightRadius().GetY()); in GetClipRRect()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp126 corner.topRightRadius = border.TopRightRadius(); in HandleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp345 …rect.GetRect(), border_.TopLeftRadius().GetX().ConvertToPx(), border_.TopRightRadius().GetX().Conv… in PaintDefaultBubble()
362 …RSPoint(border_.TopRightRadius().GetX().ConvertToPx(), border_.TopRightRadius().GetY().ConvertToPx… in MakeRRect()
792 … std::max(padding_.Right().ConvertToPx(), border_.TopRightRadius().GetX().ConvertToPx()))); in InitEdgeSize()
797 … Dimension(std::max(padding_.Top().ConvertToPx(), border_.TopRightRadius().GetY().ConvertToPx()) + in InitEdgeSize()
H A Dbubble_layout_algorithm.cpp1565 … std::max(padding_.Right().ConvertToPx(), border_.TopRightRadius().GetX().ConvertToPx()))); in InitEdgeSize()
1570 … Dimension(std::max(padding_.Top().ConvertToPx(), border_.TopRightRadius().GetY().ConvertToPx()) + in InitEdgeSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp213 border.SetTopRightRadius(boxBorder.TopRightRadius()); in PrepareSpecializedComponent()
H A Ddom_textarea.cpp373 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecoration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h152 return border.TopRightRadius(); in GetBorderRadiusTopRight()
H A Drosen_render_box.cpp775 …fRadii[SkRRect::kUpperRight_Corner] = GetSkRadii(border.TopRightRadius(), shrinkFactor, borderWidt…
809 … fRadii[RSRoundRect::TOP_RIGHT_POS] = GetRadii(border.TopRightRadius(), shrinkFactor, borderWidth);
1522 NormalizePercentToPx(backDecoration_->GetBorder().TopRightRadius().GetX(), false),
1545 NormalizePercentToPx(frontDecoration_->GetBorder().TopRightRadius().GetX(), false),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h124 const Radius& TopRightRadius() const in TopRightRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp351 corner.topRightRadius = border.TopRightRadius(); in GetCorner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp538 fRadii[SkRRect::kUpperRight_Corner] = GetSkRadii(border.TopRightRadius());
557 fRadii.push_back(GetRSRadii(border.TopRightRadius()));
589 fRadii[SkRRect::kUpperRight_Corner] = GetSkRadii(decoration_->GetBorder().TopRightRadius());
607 fRadii.push_back(GetRSRadii(decoration_->GetBorder().TopRightRadius()));
H A Drender_text_field.cpp1917 … rrect.SetCorner({ border.TopLeftRadius() - deflateRadius, border.TopRightRadius() - deflateRadius, in UpdateFocusAnimation()
2737 errorBorder.SetTopRightRadius(decoration_->GetBorder().TopRightRadius()); in ChangeBorderToErrorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp372 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecorationStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp657 rrect.SetCorner({ border.TopLeftRadius(), border.TopRightRadius(), in ResetFocusEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp360 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecorationStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.cpp350 … setter = BorderRadiusHelper(&Border::SetTopRightRadius, &Border::TopRightRadius); in UpdatePropAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp622 topRightRadius_ = Radius(border.TopRightRadius() - Radius(topEdgeWidth, rightEdgeWidth)); in SetRadius()