Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp71 void EngineValueManager::AddValue(EnginePropertyParams p, EngineValueOptions options) in AddValue() function in Internal::EngineValueManager
107 AddValue(params, options); in ConstructValues()
133 AddValue(propParams, EngineValueOptions { prefix, options.values }); in ConstructValues()
141 AddValue(property, options); in ConstructValue()
153 AddValue(params, options); in ConstructValueImpl()
H A Dengine_value_manager.h59 void AddValue(EnginePropertyParams p, EngineValueOptions options); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmultimesh_impl.cpp64 META_ACCESS_PROPERTY(CustomData)->AddValue({ 1.f, 1.f, 1.f, 1.f });
65 META_ACCESS_PROPERTY(Transforms)->AddValue(BASE_NS::Math::IDENTITY_4X4);
H A Dsubmeshhandler.cpp132 submeshes_->AddValue(submesh); in DoComponentEvent()
H A Dscene_impl.cpp538 Materials()->AddValue(material); in AddMaterial()
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h157 void AddValue(const UScriptValuePtr value);
H A Dscript_statement.cpp375 retValue->AddValue(var); in Execute()
H A Dscript_context.cpp530 void ReturnValue::AddValue(const UScriptValuePtr value) in AddValue() function in Uscript::ReturnValue
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h130 bool AddValue(const Type& v) in AddValue() function
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp364 duh->AddValue(interface_pointer_cast<CORE_NS::IInterface>(scene)); in Load()
475 duh->AddValue(interface_pointer_cast<CORE_NS::IInterface>(scene)); in SceneJS()