Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 1 - 25 of 78) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_properties.h27 float strokeWidth = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_checkable_painter.cpp31 void RosenCheckablePainter::SetStrokeWidth(double strokeWidth, SkPaint& skPaint) const in SetStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.h29 std::optional<CalcDimension> strokeWidth; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_properties.h26 Dimension strokeWidth = 0.0_vp; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.h32 float strokeWidth = 0.0f; member
H A Dmenu_item_paint_method.cpp46 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in GetOverlayDrawFunction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_layout_algorithm.cpp37 Dimension strokeWidth = dividerLayoutProperty->GetStrokeWidth().value_or(defaultStrokeWidth); in MeasureContent() local
H A Ddivider_modifier.h40 void SetStrokeWidth(float strokeWidth) in SetStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.h33 float strokeWidth = 0.0f; member
H A Dmenu_item_group_paint_method.cpp54 auto strokeWidth = Dimension(1.0f, DimensionUnit::PX); in PreparePaintData() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_properties.h27 Dimension strokeWidth = 0.0_vp; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_base.h38 float strokeWidth = 1.0f; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp71 FfiOHOSAceFrameworkProgressSetStyle( double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleWidthUnit) FfiOHOSAceFrameworkProgressSetStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp89 CalcDimension strokeWidth = theme->GetStokeWidth(); in SetStrokeWidth() local
/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.cpp132 Dimension strokeWidth = renderProgress->GetProgressComponent()->GetTrackThickness(); in GetCircularStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_component.h61 void SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model_ng.cpp73 void DataPanelModelNG::SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() argument
93 void DataPanelModelNG::SetStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) in SetStrokeWidth() argument
H A Ddata_panel_paint_method.cpp40 auto strokeWidth = paintProperty->GetStrokeWidth().value_or(theme->GetThickness()).ConvertToPx(); in UpdateContentModifier() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp81 void GaugeModelImpl::SetStrokeWidth(const Dimension& strokeWidth) in SetStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_divider_bridge.cpp30 CalcDimension strokeWidth; in SetStrokeWidth() local
H A Darkts_native_pattern_lock_bridge.cpp86 CalcDimension strokeWidth; in SetPathStrokeWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp42 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_model_ng.cpp96 void LinearIndicatorModelNG::SetIndicatorStyleStrokeWidth(FrameNode* frameNode, const Dimension& strokeWidth) in SetIndicatorStyleStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h104 float strokeWidth = 0.0f; member

Completed in 10 milliseconds

1234