Searched refs:strength (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_model.h | 32 float strength = 0.0f; member 43 return !(NearEqual(strength, data.strength) && shape == data.shape && size[0] == data.size[0] && in operator !=()
|
H A D | particle_pattern.cpp | 97 object->Put("strength", disturbance[i].strength); in ToJsonValue()
|
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/ |
H A D | noise_reduction_processor.h | 77 float strength;
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_particle_context.cpp | 35 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 D | particle_modifier.cpp | 28 disturbanceField.strength = values[i*10].f32; in SetDisturbanceField()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_particle_bridge.cpp | 48 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 D | js_particle.cpp | 759 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 D | gltf2_data_structures.h | 444 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 D | gltf2_exporter.cpp | 1183 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 D | gltf2_loader.cpp | 1030 loadResult, occlusionTexture.strength, *occlusionJson, "strength", occlusionTexture.strength)) { 1817 // blender uses strength 1818 if (!ParseOptionalNumber<float>(loadResult, light->intensity, jsonData, "strength", 1.0f)) {
|
H A D | gltf2_importer.cpp | 1634 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 D | arkComponent.js | 30542 dataArray.push(parseWithDefaultNumber(data.strength, 0));
|
Completed in 46 milliseconds