Searched refs:strokeColorValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 56 …auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLO… in SetRectShape() local 60 …rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue… in SetRectShape() 79 …auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLO… in SetCircleShape() local 83 …nativeNode, centerXValue, centerYValue, radiusValue, fillColorValue, strokeColorValue, strokeWidth… in SetCircleShape() 120 …auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 14, DEFAULT_COL… in SetRoundRectShape() local 124 … nativeNode, roundRect, sizeof(roundRect), fillColorValue, strokeColorValue, strokeWidthValue); in SetRoundRectShape() 144 …auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLO… in SetOvalShape() local 148 …rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue… in SetOvalShape() 169 …auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 3, DEFAULT_COLO… in SetCommandPathShape() local 173 nativeNode, pathValue.c_str(), fillColorValue, strokeColorValue, strokeWidthValue); in SetCommandPathShape()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_checkboxgroup.cpp | 237 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark() local 240 if (!ParseJsColor(strokeColorValue, strokeColor)) { in Mark()
|
H A D | js_checkbox.cpp | 290 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark() local 292 if (!ParseJsColor(strokeColorValue, strokeColor)) { in Mark()
|
H A D | js_datepicker.cpp | 960 auto strokeColorValue = paramObject->GetProperty("strokeColor"); in UpdateLunarSwitchSettingData() local 970 if (JSViewAbstract::ParseJsColor(strokeColorValue, strokeColor)) { in UpdateLunarSwitchSettingData()
|