Searched refs:entityDecorationTypeArg (Results 1 – 2 of 2) sorted by relevance
143 Local<JSValueRef> entityDecorationTypeArg = runtimeCallInfo->GetCallArgRef(NUM_4); in ParseAIEntityColor() local150 if (entityDecorationTypeArg->IsInt()) { in ParseAIEntityColor()151 arkUITextDetectConfig.entityDecorationType = entityDecorationTypeArg->Int32Value(vm); in ParseAIEntityColor()
1249 Local<JSValueRef> entityDecorationTypeArg = runtimeCallInfo->GetCallArgRef(NUM_4); in ParseAIEntityColor() local1256 if (entityDecorationTypeArg->IsInt()) { in ParseAIEntityColor()1257 arkUITextDetectConfig.entityDecorationType = entityDecorationTypeArg->Int32Value(vm); in ParseAIEntityColor()