Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp143 Local<JSValueRef> entityDecorationTypeArg = runtimeCallInfo->GetCallArgRef(NUM_4); in ParseAIEntityColor() local
150 if (entityDecorationTypeArg->IsInt()) { in ParseAIEntityColor()
151 arkUITextDetectConfig.entityDecorationType = entityDecorationTypeArg->Int32Value(vm); in ParseAIEntityColor()
H A Darkts_native_text_bridge.cpp1249 Local<JSValueRef> entityDecorationTypeArg = runtimeCallInfo->GetCallArgRef(NUM_4); in ParseAIEntityColor() local
1256 if (entityDecorationTypeArg->IsInt()) { in ParseAIEntityColor()
1257 arkUITextDetectConfig.entityDecorationType = entityDecorationTypeArg->Int32Value(vm); in ParseAIEntityColor()