Home
last modified time | relevance | path

Searched refs:Corner (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drrect.h28 struct Corner { struct
79 const Corner& GetCorner() const in GetCorner()
89 void SetCorner(const Corner& corner) in SetCorner()
152 Corner corner_ { { 0.0, 0.0 }, { 0.0, 0.0 }, { 0.0, 0.0 }, { 0.0, 0.0 } };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp79 Drawing::scalar ltRadius = skRRect.radii(SkRRect::Corner::kUpperLeft_Corner).x(); in ToDrawingRoundRect()
80 Drawing::scalar rtRadius = skRRect.radii(SkRRect::Corner::kUpperRight_Corner).x(); in ToDrawingRoundRect()
81 Drawing::scalar rbRadius = skRRect.radii(SkRRect::Corner::kLowerRight_Corner).x(); in ToDrawingRoundRect()
82 Drawing::scalar lbRadius = skRRect.radii(SkRRect::Corner::kLowerLeft_Corner).x(); in ToDrawingRoundRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.h53 Corner GetCorner() const;
H A Dselect_element.cpp340 Corner SelectElement::GetCorner() const in GetCorner()
343 Corner corner; in GetCorner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp124 Corner corner; in HandleAnimation()
/ohos5.0/docs/en/design/ux-design/
H A Ddesign-resources.md21 | Application Rounded Corner Parameters| System resources related to rounded corners that can be us…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp184 Corner corner = GetRRect().GetCorner(); in PaintWithFocusEffect()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-button.md45 | radius | <length> | - | No | Corner radius of the button. …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/
H A Dchangelogs-arkui.md29 ## cl.arkui.2 Corner Customization for bindMenu and bindContextMenu Menus
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-arkui.md431 …fect Change for the \<TextInput> or \<TextArea> Component When the Caret Exceeds the Rounded Corner
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-action-sheet.md52 … [LocalizedBorderRadiuses](ts-types.md#LocalizedBorderRadiuses12) | No| Corner radius of the back…
H A Dts-basic-components-slider.md280 | value | [Dimension](ts-types.md#dimension10)| Yes | Corner radius of the selected part of the s…
H A Dts-container-tabcontent.md803 Button ("Change Indicator Corner Radius").width ('100%').margin ({ bottom:'12vp' })
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.23/
H A Dchangelogs-arkui.md331 ## cl.arkui.9 Unified Corner Radius and Customization Support for Drag Previews
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp1503 const Corner& corner = parentBlurRRect.GetCorner(); in GetGlobalWindowBlurRRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3165 const Corner& radius = item.GetCorner(); in FlushWindowBlur()