Searched refs:fromJsValue (Results 1 – 1 of 1) sorted by relevance
143 auto fromJsValue = arrayItemJsObject->GetProperty("from"); in ParseAnimationFloatArray() local145 if (fromJsValue->IsNumber()) { in ParseAnimationFloatArray()146 from = fromJsValue->ToNumber<float>(); in ParseAnimationFloatArray()270 auto fromJsValue = floatRangeJsArray->GetValueAt(0); in ParseFloatInitRange() local271 if (fromJsValue->IsNumber()) { in ParseFloatInitRange()272 from = fromJsValue->ToNumber<float>(); in ParseFloatInitRange()471 auto fromJsValue = arrayItemJsObject->GetProperty("from"); in ParseAnimationColorArray() local473 JSParticle::ParseJsColor(fromJsValue, from); in ParseAnimationColorArray()