Searched refs:objectFitJsValue (Results 1 – 1 of 1) sorted by relevance
341 auto objectFitJsValue = configJsObject->GetProperty("objectFit"); in ParseParticleObject() local356 if (objectFitJsValue->IsNumber()) { in ParseParticleObject()357 auto fitIntValue = objectFitJsValue->ToNumber<int32_t>(); in ParseParticleObject()