Home
last modified time | relevance | path

Searched refs:colorRangeJsValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp569 void ParseColorInitRange(JSRef<JSVal> colorRangeJsValue, OHOS::Ace::NG::ParticleColorPropertyOption… in ParseColorInitRange() argument
574 if (!colorRangeJsValue->IsArray()) { in ParseColorInitRange()
578 auto colorRangeJsArray = JSRef<JSArray>::Cast(colorRangeJsValue); in ParseColorInitRange()
591 auto colorRangeJsValue = colorJsObject->GetProperty("range"); in ParseColorOption() local
592 ParseColorInitRange(colorRangeJsValue, colorOption); in ParseColorOption()