Searched refs:entityDecorationStyleArg (Results 1 – 2 of 2) sorted by relevance
145 Local<JSValueRef> entityDecorationStyleArg = runtimeCallInfo->GetCallArgRef(NUM_6); in ParseAIEntityColor() local156 if (entityDecorationStyleArg->IsInt()) { in ParseAIEntityColor()157 arkUITextDetectConfig.entityDecorationStyle = entityDecorationStyleArg->Int32Value(vm); in ParseAIEntityColor()
1251 Local<JSValueRef> entityDecorationStyleArg = runtimeCallInfo->GetCallArgRef(NUM_6); in ParseAIEntityColor() local1262 if (entityDecorationStyleArg->IsInt()) { in ParseAIEntityColor()1263 arkUITextDetectConfig.entityDecorationStyle = entityDecorationStyleArg->Int32Value(vm); in ParseAIEntityColor()