Home
last modified time | relevance | path

Searched refs:configJsValue (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp188 bool ParseFloatRandomConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater& updater) in ParseFloatRandomConfig() argument
190 if (!configJsValue->IsArray()) { in ParseFloatRandomConfig()
193 auto randomConfigJsArray = JSRef<JSArray>::Cast(configJsValue); in ParseFloatRandomConfig()
198 auto randomRangePair = ParseParticleRange(configJsValue, 0.0f); in ParseFloatRandomConfig()
208 bool ParseFloatCurveConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater& updater, in ParseFloatCurveConfig() argument
211 if (!configJsValue->IsArray()) { in ParseFloatCurveConfig()
214 auto curveConfigJsArray = JSRef<JSArray>::Cast(configJsValue); in ParseFloatCurveConfig()
234 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseFloatUpdater() local
236 if (!ParseFloatRandomConfig(configJsValue, updater)) { in ParseFloatUpdater()
244 if (!ParseFloatCurveConfig(configJsValue, update in ParseFloatUpdater()
333 auto configJsValue = particleJsObject->GetProperty("config"); ParseParticleObject() local
500 ParseColorRandomUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater& updater) ParseColorRandomUpdater() argument
532 ParseColorCurveUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater& updater) ParseColorCurveUpdater() argument
557 auto configJsValue = updaterJsObject->GetProperty("config"); ParseColorUpdater() local
[all...]

Completed in 2 milliseconds