Home
last modified time | relevance | path

Searched refs:GetStokeWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_theme.h59 const Dimension& GetStokeWidth() const in GetStokeWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_layout_algorithm.cpp38 … Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TEN) ? 1.0_px : theme->GetStokeWidth(); in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp97 CalcDimension strokeWidth = theme->GetStokeWidth(); in SetStrokeWidth()