Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 26 – 50 of 120) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dcircle_paint_method.h88 float strokeWidth = in GetOverlayModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_modifier.h40 void SetStrokeWidth(float strokeWidth) in SetStrokeWidth()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-line.md232 ### strokeWidth subsection
H A Dts-drawing-components-rect.md253 ### strokeWidth subsection
H A Dts-basic-components-gauge.md128 ### strokeWidth subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-line.md246 ### strokeWidth subsection
H A Dts-drawing-components-rect.md284 ### strokeWidth subsection
H A Dts-basic-components-gauge.md128 ### strokeWidth subsection
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp521 const int32_t strokeWidth = 0; in HorizonProgressTest014() local
562 const int32_t strokeWidth = 32767; in HorizonProgressTest015() local
603 const int32_t strokeWidth = 32768; in HorizonProgressTest016() local
644 const int32_t strokeWidth = -1; in HorizonProgressTest017() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp74double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleW… in FfiOHOSAceFrameworkProgressSetStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.cpp50 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in GetOverlayDrawFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp97 CalcDimension strokeWidth = theme->GetStokeWidth(); in SetStrokeWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp46 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDrawable.java60 void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_properties.h27 Dimension strokeWidth = 0.0_vp; member
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DRenameMobileNetworkDialogFragment.java238 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local
252 private Color(String label, int color, int iconSize, int strokeWidth) { in Color()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp41 … auto strokeWidth = paintProperty->GetStrokeWidth().value_or(theme->GetThickness()).ConvertToPx(); in UpdateContentModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_base.h38 float strokeWidth = 1.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.cpp61 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in PreparePaintData() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Ddivider_composed_element.cpp73 auto strokeWidth = renderDivider ? renderDivider->GetStrokeWidth() : Dimension(1.0); in GetStrokeWidth() local
H A Dprogress_composed_element.cpp136 Dimension strokeWidth = renderProgress->GetProgressComponent()->GetTrackThickness(); in GetCircularStyle() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DPartialCircleView.java68 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp71 void GaugeModelNG::SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth()
162 void GaugeModelNG::SetGaugeStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) in SetGaugeStrokeWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h136 Dimension strokeWidth = DEFAULT_DIVIDER_STROKE_WIDTH; in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h104 float strokeWidth = 0.0f; member

12345