Searched defs:strokeWidthValue (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 76 Dimension strokeWidthValue(strokeWidth, static_cast<DimensionUnit>(strokeWidthUnit)); in FfiOHOSAceFrameworkProgressSetStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 57 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 7, 0.0f); in SetRectShape() local 80 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 6, 0.0f); in SetCircleShape() local 121 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 15, 0.0f); in SetRoundRectShape() local 145 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 7, 0.0f); in SetOvalShape() local 170 auto strokeWidthValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetCommandPathShape() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_checkboxgroup.cpp | 253 auto strokeWidthValue = markObj->GetProperty("strokeWidth"); in Mark() local
|
H A D | js_checkbox.cpp | 304 auto strokeWidthValue = markObj->GetProperty("strokeWidth"); in Mark() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_layout_algorithm.cpp | 149 …auto strokeWidthValue = layoutProperty->GetStrokeWidthValue(theme->GetTrackThickness()).ConvertToP… in MeasureLimitValueTextWidth() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 386 ArkUI_Float32 strokeWidthValue; member
|