Searched refs:renderOption (Results 1 – 3 of 3) sorted by relevance
195 auto renderOption = JSRef<JSObject>::Cast(info[0]); in ConstructorCallback() local196 auto size = renderOption->GetProperty("selfIdealSize"); in ConstructorCallback()208 auto type = renderOption->GetProperty("type"); in ConstructorCallback()212 auto id = renderOption->GetProperty("surfaceId"); in ConstructorCallback()
834 auto renderOption = weakNode.Upgrade(); in PlayEventEffectAnimation() local835 if (renderOption) { in PlayEventEffectAnimation()836 renderOption->UpdateStatus(); in PlayEventEffectAnimation()
3258 auto renderOption = MediaQueryInfo::GetMediaQueryJsonInfo(); in GetLoadOptions() local3260 renderOption->Put("isInit", mediaQuery->GetIsInit()); in GetLoadOptions()3262 renderOption->Put("pcPreview", PC_PREVIEW); in GetLoadOptions()3263 renderOption->Put("appInstanceId", "10002"); in GetLoadOptions()3264 renderOption->Put("packageName", delegate->GetAppID().c_str()); in GetLoadOptions()3267 delegate->GetResourceConfiguration(renderOption); in GetLoadOptions()3270 delegate->GetI18nData(renderOption); in GetLoadOptions()3274 renderOption->Put("language", local.c_str()); in GetLoadOptions()3277 renderOption->Put("appCreate", "true"); in GetLoadOptions()3279 renderOption->Put("appCreate", "false"); in GetLoadOptions()[all …]