Home
last modified time | relevance | path

Searched defs:configJsValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp188 bool ParseFloatRandomConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdate… in ParseFloatRandomConfig()
208 bool ParseFloatCurveConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater… in ParseFloatCurveConfig()
234 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseFloatUpdater() local
333 auto configJsValue = particleJsObject->GetProperty("config"); in ParseParticleObject() local
500 void ParseColorRandomUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdate… in ParseColorRandomUpdater()
532 void ParseColorCurveUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater… in ParseColorCurveUpdater()
557 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseColorUpdater() local