Home
last modified time | relevance | path

Searched refs:blockBorderWidth (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp599 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapeCircle() local
609 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeCircle()
644 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapeEllipse() local
654 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeEllipse()
665 pen.SetWidth(blockBorderWidth); in DrawBlockShapeEllipse()
686 auto blockBorderWidth = blockBorderWidth_->Get(); in DrawBlockShapePath() local
693 float scale = std::max(blockSize.Width() / (shapeSize.Width() + blockBorderWidth), in DrawBlockShapePath()
694 blockSize.Height() / (shapeSize.Height() + blockBorderWidth)); in DrawBlockShapePath()
708 pen.SetWidth(blockBorderWidth); in DrawBlockShapePath()
754 auto blockBorderWidth in DrawBlockShapeRect() local
[all...]
H A Dslider_content_modifier.h214 void SetBlockBorderWidth(float blockBorderWidth) in SetBlockBorderWidth() argument
217 blockBorderWidth_->Set(blockBorderWidth); in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp74 JSClass<JSSlider>::StaticMethod("blockBorderWidth", &JSSlider::SetBlockBorderWidth); in JSBind()
449 CalcDimension blockBorderWidth; in SetBlockBorderWidth() local
450 if (!ParseJsDimensionVp(info[0], blockBorderWidth)) { in SetBlockBorderWidth()
454 if (LessNotEqual(blockBorderWidth.Value(), 0.0)) { in SetBlockBorderWidth()
458 SliderModel::GetInstance()->SetBlockBorderWidth(blockBorderWidth); in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp251 CalcDimension blockBorderWidth; in SetBlockBorderWidth() local
252 if (!ArkTSUtils::ParseJsDimensionVp(vm, secondArg, blockBorderWidth)) { in SetBlockBorderWidth()
257 if (LessNotEqual(blockBorderWidth.Value(), 0.0)) { in SetBlockBorderWidth()
263 blockBorderWidth.Value(), static_cast<int>(blockBorderWidth.Unit())); in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js19578 blockBorderWidth(value) {

Completed in 27 milliseconds