Searched refs:CreateRSEffectFromNapiValue (Results 1 – 3 of 3) sorted by relevance
71 const Rosen::VisualEffect* CreateRSEffectFromNapiValue(JSRef<JSVal> obj);
168 const Rosen::VisualEffect* CreateRSEffectFromNapiValue(JSRef<JSVal> obj) in CreateRSEffectFromNapiValue() function
10882 auto visualEffect = CreateRSEffectFromNapiValue(info[0]); in JsVisualEffect()