Home
last modified time | relevance | path

Searched refs:strokeColorValue (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp51 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLOR); in SetRectShape() local
55 rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue); in SetRectShape()
74 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetCircleShape() local
78 nativeNode, centerXValue, centerYValue, radiusValue, fillColorValue, strokeColorValue, strokeWidthValue); in SetCircleShape()
115 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 14, DEFAULT_COLOR); in SetRoundRectShape() local
119 nativeNode, roundRect, sizeof(roundRect), fillColorValue, strokeColorValue, strokeWidthValue); in SetRoundRectShape()
139 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLOR); in SetOvalShape() local
143 rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue); in SetOvalShape()
164 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 3, DEFAULT_COLOR); in SetCommandPathShape() local
168 nativeNode, pathValue.c_str(), fillColorValue, strokeColorValue, strokeWidthValu in SetCommandPathShape()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp290 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark() local
292 if (!ParseJsColor(strokeColorValue, strokeColor)) { in Mark()
H A Djs_checkboxgroup.cpp237 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark() local
240 if (!ParseJsColor(strokeColorValue, strokeColor)) { in Mark()
H A Djs_datepicker.cpp966 auto strokeColorValue = paramObject->GetProperty("strokeColor"); in UpdateLunarSwitchSettingData() local
976 if (JSViewAbstract::ParseJsColor(strokeColorValue, strokeColor)) { in UpdateLunarSwitchSettingData()

Completed in 8 milliseconds