Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model.h32 float strength = 0.0f; member
43 return !(NearEqual(strength, data.strength) && shape == data.shape && size[0] == data.size[0] && in operator !=()
H A Dparticle_pattern.cpp97 object->Put("strength", disturbance[i].strength); in ToJsonValue()
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/
H A Dnoise_reduction_processor.h77 float strength; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_particle_context.cpp35 auto rsField = std::make_shared<Rosen::ParticleNoiseField>(static_cast<int>(field.strength), in UpdateDisturbance()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dparticle_modifier.cpp28 disturbanceField.strength = values[i*10].f32; in SetDisturbanceField()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_particle_bridge.cpp48 Local<JSValueRef> strength = panda::ArrayRef::GetValueAt(vm, array, index * DISTURBANCE_FIELD_SIZE + STEP_0); in SetDisturbanceField() local
50 ArkTSUtils::ParseJsInteger(vm, strength, strengthValue); in SetDisturbanceField()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp759 float strength = paramObj->GetProperty("strength")->ToNumber<float>(); in AddDisturbance() local
790 disturbanceField.strength = strength; in AddDisturbance()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h444 float strength = 1.0f; member
466 // <occlusion strength>)`. This value is ignored if the corresponding texture
554 // The specular reflection strength.
556 // The specular reflection strength texture, stored in the alpha channel.
H A Dgltf2_exporter.cpp1183 exportMaterial.occlusionTexture.strength = materialDesc.textures[MaterialComponent::TextureIndex::AO].factor.x; in ExportGltfMaterial()
1615 json::value ExportEmissiveStrength(const float strength) in ExportEmissiveStrength() argument
1618 if (strength != 1.f) { in ExportEmissiveStrength()
1619 jsonEmissiveStrength["emissiveStrength"] = strength; in ExportEmissiveStrength()
1776 if (material->occlusionTexture.strength < 1.f) { in ExportMaterials()
1777 jsonOcclusionTexture["strength"] = material->occlusionTexture.strength; in ExportMaterials()
H A Dgltf2_loader.cpp1030 loadResult, occlusionTexture.strength, *occlusionJson, "strength", occlusionTexture.strength)) {
1817 // blender uses strength
1818 if (!ParseOptionalNumber<float>(loadResult, light->intensity, jsonData, "strength", 1.0f)) {
H A Dgltf2_importer.cpp1634 CORE_LOG_W("Separate specular strength and color textures are not supported!"); in FillSpecular()
1716 desc.textures[MaterialComponent::TextureIndex::AO].factor.x = gltfMaterial.occlusionTexture.strength; in ImportMaterial()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js30542 dataArray.push(parseWithDefaultNumber(data.strength, 0));

Completed in 46 milliseconds