Searched refs:fillColorValue (Results 1 – 2 of 2) 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 | 55 …auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetRectShape() local 60 …rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue… in SetRectShape() 78 …auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 4, DEFAULT_COLOR); in SetCircleShape() local 83 …nativeNode, centerXValue, centerYValue, radiusValue, fillColorValue, strokeColorValue, strokeWidth… in SetCircleShape() 119 …auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 13, DEFAULT_COLOR… in SetRoundRectShape() local 124 … nativeNode, roundRect, sizeof(roundRect), fillColorValue, strokeColorValue, strokeWidthValue); in SetRoundRectShape() 143 …auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetOvalShape() local 148 …rightValue - leftValue, bottomValue - topValue, fillColorValue, strokeColorValue, strokeWidthValue… in SetOvalShape() 168 …auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 2, DEFAULT_COLOR); in SetCommandPathShape() local 173 nativeNode, pathValue.c_str(), fillColorValue, strokeColorValue, strokeWidthValue); in SetCommandPathShape()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | clock_hand_component.cpp | 113 jerry_value_t fillColorValue = jerry_create_number(fillColor_); in PostRender() local 114 SetNamedProperty(nativeObj, COMMON_STYLE_COLOR, fillColorValue); in PostRender()
|