Home
last modified time | relevance | path

Searched refs:paramArg (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp48 Local<JSValueRef> paramArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetFontColor() local
51 if (!ArkTSUtils::ParseJsColorAlpha(vm, paramArg, color)) { in SetFontColor()
102 Local<JSValueRef> paramArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetFontStyle() local
104 if (paramArg->IsNumber()) { in SetFontStyle()
105 uint32_t fontStyle = paramArg->Uint32Value(vm); in SetFontStyle()