Home
last modified time | relevance | path

Searched defs:strokeWidth_ (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.h50 float strokeWidth_= 2.0f; member in OHOS::Ace::NG::ProgressLayoutAlgorithm
H A Dprogress_pattern.h164 float strokeWidth_ = Dimension(4.0_vp).ConvertToPx(); member in OHOS::Ace::NG::ProgressPattern
H A Dprogress_paint_method.h113 float strokeWidth_ = 0.0f; member in OHOS::Ace::NG::ProgressPaintMethod
H A Dprogress_modifier.h122 RefPtr<AnimatablePropertyFloat> strokeWidth_; // After adjusting to the content width and height member in OHOS::Ace::NG::ProgressModifier
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Drender_divider.h56 Dimension strokeWidth_; member in OHOS::Ace::RenderDivider
H A Ddivider_component.h80 Dimension strokeWidth_ = Dimension(1.0); member in OHOS::Ace::DividerComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_pattern.h82 Dimension strokeWidth_; member in OHOS::Ace::NG::LinearIndicatorPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_modifier.h71 RefPtr<AnimatablePropertyFloat> strokeWidth_; member in OHOS::Ace::NG::DividerModifier
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.h63 std::pair<Dimension, bool> strokeWidth_ = { 32.0_px, false }; member in OHOS::Ace::Framework::final
H A Ddom_chart.h202 std::pair<Dimension, bool> strokeWidth_ = { Dimension(32.0, DimensionUnit::PX), false }; member in OHOS::Ace::Framework::DOMChart
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.h137 RefPtr<AnimatablePropertyFloat> strokeWidth_; member in OHOS::Ace::NG::GaugeModifier
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.h131 Dimension strokeWidth_; member in OHOS::Ace::V2::RenderPatternLock
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h435 float strokeWidth_; global() member in OHOS::GeometryMathStroke
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.h212 RefPtr<AnimatablePropertyFloat> strokeWidth_; member in OHOS::Ace::NG::DataPanelModifier
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.h113 Dimension strokeWidth_ = STROKE_MAX_WIDTH; member in OHOS::Ace::RenderTextOverlay
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h737 uint16_t strokeWidth_; member in OHOS::Paint
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h160 float strokeWidth_ = 0.0f; member in OHOS::Ace::BasicShape
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4472 auto strokeWidth_ = Dimension(strokeWidth, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetMaskShape() local
4535 auto strokeWidth_ = Dimension(strokeWidth, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetMaskPath() local

Completed in 25 milliseconds