Home
last modified time | relevance | path

Searched defs:blockBorderWidth (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp606 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapeCircle() local
651 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapeEllipse() local
693 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapePath() local
761 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapeRect() local
H A Dslider_content_modifier.h214 void SetBlockBorderWidth(float blockBorderWidth) in SetBlockBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp442 CalcDimension blockBorderWidth; in SetBlockBorderWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp248 CalcDimension blockBorderWidth; in SetBlockBorderWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js19421 blockBorderWidth(value) { method in ArkSliderComponent