Searched refs:AddValue (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_value_manager.cpp | 71 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 D | engine_value_manager.h | 59 void AddValue(EnginePropertyParams p, EngineValueOptions options); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | multimesh_impl.cpp | 64 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 D | submeshhandler.cpp | 132 submeshes_->AddValue(submesh); in DoComponentEvent()
|
H A D | scene_impl.cpp | 538 Materials()->AddValue(material); in AddMaterial()
|
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.h | 157 void AddValue(const UScriptValuePtr value);
|
H A D | script_statement.cpp | 375 retValue->AddValue(var); in Execute()
|
H A D | script_context.cpp | 530 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 D | array_property.h | 130 bool AddValue(const Type& v) in AddValue() function
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 364 duh->AddValue(interface_pointer_cast<CORE_NS::IInterface>(scene)); in Load() 475 duh->AddValue(interface_pointer_cast<CORE_NS::IInterface>(scene)); in SceneJS()
|