/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 46 case PropertyType::INT32_T: in GetPropertyTypeByteSize() 47 case PropertyType::FLOAT_T: in GetPropertyTypeByteSize() 48 case PropertyType::BOOL_T: in GetPropertyTypeByteSize() 51 case PropertyType::UVEC2_T: in GetPropertyTypeByteSize() 52 case PropertyType::IVEC2_T: in GetPropertyTypeByteSize() 53 case PropertyType::VEC2_T: in GetPropertyTypeByteSize() 56 case PropertyType::UVEC3_T: in GetPropertyTypeByteSize() 57 case PropertyType::IVEC3_T: in GetPropertyTypeByteSize() 58 case PropertyType::VEC3_T: in GetPropertyTypeByteSize() 63 case PropertyType::VEC4_T: in GetPropertyTypeByteSize() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 47 case PropertyType::INT32_T: in GetPropertyTypeByteSize() 48 case PropertyType::FLOAT_T: in GetPropertyTypeByteSize() 49 case PropertyType::BOOL_T: in GetPropertyTypeByteSize() 52 case PropertyType::UVEC2_T: in GetPropertyTypeByteSize() 53 case PropertyType::IVEC2_T: in GetPropertyTypeByteSize() 54 case PropertyType::VEC2_T: in GetPropertyTypeByteSize() 57 case PropertyType::UVEC3_T: in GetPropertyTypeByteSize() 58 case PropertyType::IVEC3_T: in GetPropertyTypeByteSize() 59 case PropertyType::VEC3_T: in GetPropertyTypeByteSize() 64 case PropertyType::VEC4_T: in GetPropertyTypeByteSize() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_migration.cpp | 36 { PROPERTYTYPE(Math::IVec2), PropertyType::IVEC2_T }, // Math::IVec2 to BASE_NS::Math::IVec2 37 { PROPERTYTYPE(Math::IVec3), PropertyType::IVEC3_T }, // Math::IVec3 to BASE_NS::Math::IVec3 44 { PROPERTYTYPE(Math::Vec2), PropertyType::VEC2_T }, // Math::Vec2 to BASE_NS::Math::Vec2 45 { PROPERTYTYPE(Math::Vec3), PropertyType::VEC3_T }, // Math::Vec3 to BASE_NS::Math::Vec3 46 { PROPERTYTYPE(Math::Vec4), PropertyType::VEC4_T }, // Math::Vec4 to BASE_NS::Math::Vec4 52 { PROPERTYTYPE(Uid), PropertyType::UID_T }, // Uid to BASE_NS::Uid 53 { PROPERTYTYPE(string), PropertyType::STRING_T }, // string to BASE_NS::string 72 { PROPERTYTYPE_ARRAY(Uid), PropertyType::UID_ARRAY_T }, // Uid to BASE_NS::Uid 74 { PROPERTYTYPE(vector<float>), PropertyType::FLOAT_VECTOR_T }, 75 { PROPERTYTYPE(vector<Math::Mat4X4>), PropertyType::MAT4X4_VECTOR_T }, [all …]
|
H A D | ecs_serializer.cpp | 448 SetSerializer(PropertyType::FLOAT_T, Add(PropertyToJson<float>, PropertyFromJson<float>)); in SetDefaultSerializers() 449 SetSerializer(PropertyType::DOUBLE_T, Add(PropertyToJson<double>, PropertyFromJson<double>)); in SetDefaultSerializers() 456 SetSerializer(PropertyType::INT8_T, Add(PropertyToJson<int8_t>, PropertyFromJson<int8_t>)); in SetDefaultSerializers() 469 SetSerializer(PropertyType::BOOL_T, Add(PropertyToJson<bool>, PropertyFromJson<bool>)); in SetDefaultSerializers() 471 SetSerializer(PropertyType::UID_T, Add(PropertyToJson<Uid>, PropertyFromJson<Uid>)); in SetDefaultSerializers() 473 SetSerializer(PropertyType::STRING_T, Add(PropertyToJson<string>, PropertyFromJson<string>)); in SetDefaultSerializers() 479 SetSerializer(PropertyType::CHAR_ARRAY_T, in SetDefaultSerializers() 500 SetSerializer(PropertyType::ENTITY_T, in SetDefaultSerializers() 510 SetSerializer(PropertyType::ENTITY_REFERENCE_T, in SetDefaultSerializers() 748 if (property.type == PropertyType::UINT8_ARRAY_T) { in WriteProperty() [all …]
|
H A D | ecs_util.h | 81 if (property.type == CORE_NS::PropertyType::ENTITY_T) { 83 } else if (property.type == CORE_NS::PropertyType::ENTITY_REFERENCE_T) {
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | initial_transform_component_manager.cpp | 84 if (type == CORE_NS::PropertyType::FLOAT_VECTOR_T) { in ~InitialTransformComponent() 120 : type(CORE_NS::PropertyType::FLOAT_VECTOR_T) in InitialTransformComponent() 127 if (type != CORE_NS::PropertyType::FLOAT_VECTOR_T) { in InitialTransformComponent() 136 if (type != CORE_NS::PropertyType::FLOAT_VECTOR_T) { in InitialTransformComponent() 140 other.type = CORE_NS::PropertyType::FLOAT_T; in InitialTransformComponent() 187 type = CORE_NS::PropertyType::FLOAT_T; in operator =() 197 type = CORE_NS::PropertyType::VEC2_T; in operator =() 207 type = CORE_NS::PropertyType::VEC3_T; in operator =() 217 type = CORE_NS::PropertyType::VEC4_T; in operator =() 227 type = CORE_NS::PropertyType::QUAT_T; in operator =() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.cpp | 203 case PropertyType::BOOL_T: in ParseProperties() 208 case PropertyType::CHAR_T: in ParseProperties() 213 case PropertyType::INT8_T: in ParseProperties() 218 case PropertyType::INT16_T: in ParseProperties() 223 case PropertyType::INT32_T: in ParseProperties() 228 case PropertyType::INT64_T: in ParseProperties() 233 case PropertyType::UINT8_T: in ParseProperties() 262 case PropertyType::VEC2_T: in ParseProperties() 265 case PropertyType::VEC3_T: in ParseProperties() 268 case PropertyType::VEC4_T: in ParseProperties() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 34 using PropertyType = const IProperty*; in META_BEGIN_NAMESPACE() 36 explicit ConstTypelessPropertyInterface(PropertyType p) : p_(p) {} in META_BEGIN_NAMESPACE() 90 PropertyType GetProperty() const in META_BEGIN_NAMESPACE() 128 PropertyType p_; in META_BEGIN_NAMESPACE() 133 using PropertyType = IProperty*; 229 PropertyType GetProperty() in GetProperty() 249 PropertyType p_; 263 using PropertyType = typename Super::PropertyType; variable 265 explicit PropertyInterface(PropertyType p) : Super(p) {} in PropertyInterface() 303 using PropertyType = typename PropertyInterface<Type>::PropertyType; variable [all …]
|
H A D | array_property.h | 53 using PropertyType = IProperty*; 56 TypelessArrayPropertyInterface(PropertyType p) in TypelessArrayPropertyInterface() 106 using PropertyType = typename PropertyBaseType<Type>::PropertyType; variable 109 explicit ArrayPropertyInterface(PropertyType p) : Super(p) {} in ArrayPropertyInterface() 202 using PropertyType = typename ArrayPropertyInterface<Type>::PropertyType; variable 209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in META_NO_COPY_MOVE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 571 #define META_API_INTERFACE_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument 572 inline META_NS::Property<PropertyType> PropertyName() noexcept \ 576 inline FinalClassType& PropertyName(const PropertyType& value) \ 586 inline FinalClassType& PropertyName(const META_NS::Property<const PropertyType>& property) \ 621 META_NS::ArrayProperty<PropertyType>::IndexType index, const PropertyType& value) \ 655 #define META_API_INTERFACE_PROPERTY(Interface, PropertyName, PropertyType) \ argument 656 META_NS::Property<PropertyType> PropertyName() \ 662 FinalClassType& PropertyName(const PropertyType& value) \ 669 FinalClassType& PropertyName(const META_NS::Property<const PropertyType>& binding) \ 678 #define META_API_INTERFACE_READONLY_PROPERTY(Interface, PropertyName, PropertyType) \ argument [all …]
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 340 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in DisableAppAccess() 369 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in EnableAppAccess() 400 PropertyType::NAME, PropertyType::BUNDLE_NAME, PropertyType::IS_ACCESSIBLE}; in SetAppAccess() 487 PropertyType::NAME, PropertyType::CREDENTIAL_TYPE, PropertyType::CREDENTIAL }; in SetCredentialInternal() 604 …std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY, PropertyType::VA… in SetCustomDataInternal() 842 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY }; in GetCustomDataInternal() 974 …std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER, PropertyType::… in GetAuthTokenInternal() 1023 …std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyTy… in SetAuthTokenInternal() 1069 PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE, PropertyType::TOKEN }; in DeleteAuthTokenInternal() 1116 …PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::BUNDLE_NAME, PropertyType::IS_VISIBLE }; in SetAuthTokenVisibilityInternal() [all …]
|
H A D | napi_app_account_common.cpp | 637 case PropertyType::NAME : in ParseContextOAuthProperty() 640 case PropertyType::OWNER : in ParseContextOAuthProperty() 643 case PropertyType::AUTH_TYPE : in ParseContextOAuthProperty() 649 case PropertyType::SESSION_ID : in ParseContextOAuthProperty() 652 case PropertyType::IS_VISIBLE : in ParseContextOAuthProperty() 655 case PropertyType::TOKEN : in ParseContextOAuthProperty() 701 case PropertyType::NAME : in ParseAppAccountProperty() 704 case PropertyType::OWNER : in ParseAppAccountProperty() 719 case PropertyType::KEY : in ParseAppAccountProperty() 722 case PropertyType::VALUE : in ParseAppAccountProperty() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect_impl.h | 45 template<typename Modifier, typename PropertyType> 49 PropertyTransitionEffectTemplate(PropertyType identityProperty, PropertyType activeValue) in PropertyTransitionEffectTemplate() 54 void SetIdentityValue(PropertyType identityValue); 55 void SetActiveValue(PropertyType activeValue); 57 void SetKeyframes(const std::vector<std::pair<float, PropertyType>>& keyframes) in SetKeyframes() 96 std::shared_ptr<Rosen::RSAnimatableProperty<PropertyType>> property_; 97 PropertyType identityValue_ {}; 98 PropertyType activeValue_ {}; 99 std::vector<std::pair<float, PropertyType>> keyframes_;
|
H A D | rosen_transition_effect.cpp | 285 template<typename Modifier, typename PropertyType> 286 void PropertyTransitionEffectTemplate<Modifier, PropertyType>::SetIdentityValue(PropertyType identi… in SetIdentityValue() 294 template<typename Modifier, typename PropertyType> 295 void PropertyTransitionEffectTemplate<Modifier, PropertyType>::SetActiveValue(PropertyType activeVa… in SetActiveValue() 303 template<typename Modifier, typename PropertyType> 304 void PropertyTransitionEffectTemplate<Modifier, PropertyType>::OnAttach( in OnAttach() 316 …std::make_shared<Rosen::RSAnimatableProperty<PropertyType>>(activeTransition ? activeValue_ : iden… in OnAttach() 322 template<typename Modifier, typename PropertyType> 323 void PropertyTransitionEffectTemplate<Modifier, PropertyType>::OnDetach(RosenRenderContext* context) in OnDetach()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 185 case PropertyType::FLOAT_T: { in Assign() 191 case PropertyType::VEC2_T: { in Assign() 196 case PropertyType::VEC3_T: { in Assign() 201 case PropertyType::VEC4_T: { in Assign() 206 case PropertyType::QUAT_T: { in Assign() 246 case PropertyType::FLOAT_T: { in Add() 252 case PropertyType::VEC2_T: { in Add() 257 case PropertyType::VEC3_T: { in Add() 262 case PropertyType::VEC4_T: { in Add() 267 case PropertyType::QUAT_T: { in Add() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_encoder.cpp | 933 …(sizeof(PropertyType::COLOR_TYPE) + sizeof(ColorType) + sizeof(PropertyType::COLOR_INFO) + sizeof(… in AssembleHdrBaseImageItem() 970 …(sizeof(PropertyType::COLOR_TYPE) + sizeof(ColorType) + sizeof(PropertyType::COLOR_INFO) + sizeof(… in AssembleGainmapImageItem() 1206 litePropertiesSize += (sizeof(PropertyType::COLOR_TYPE) + sizeof(ColorType)); in AssembleHeifUnrefocusMap() 1269 litePropertiesSize += (sizeof(PropertyType::COLOR_TYPE) + sizeof(ColorType)); in AssembleHeifFragmentMap() 1895 return sizeof(PropertyType) + sizeof(int) + contentSize; in GetBufferSize() 1900 PropertyType type, const void* payloadData, size_t payloadSize) in FillImagePropertyItem() 2082 PropertyType::COLOR_TYPE, &colorType, sizeof(ColorType))) { in FillNclxColorProperty() 2087 PropertyType::COLOR_INFO, &colorInfo, sizeof(ColourInfo))) { in FillNclxColorProperty() 2177 …(sizeof(PropertyType::COLOR_TYPE) + sizeof(ColorType) + sizeof(PropertyType::COLOR_INFO) + sizeof(… in AssembleTmapImageItem() 2197 PropertyType::TONE_MAP_METADATA, &toneMap, sizeof(ToneMapMetadata)))) { in AssembleTmapImageItem() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | array_property.h | 29 using PropertyType = BASE_NS::shared_ptr<PropertyInterfaceType>; in META_BEGIN_NAMESPACE() local 92 PropertyType GetProperty() const in META_BEGIN_NAMESPACE() 98 PropertyType p_; in META_BEGIN_NAMESPACE()
|
H A D | property.h | 29 using PropertyType = BASE_NS::shared_ptr<PropertyInterfaceType>; in META_BEGIN_NAMESPACE() local 96 PropertyType GetProperty() const in META_BEGIN_NAMESPACE() 102 PropertyType p_; in META_BEGIN_NAMESPACE()
|
H A D | construct_property.h | 44 struct PropertyType { struct 48 struct PropertyType<ValuePtr<T, ClassInfo>> { argument 52 using PropertyType_v = typename PropertyType<T>::Type; // NOLINT(readability-identifier-naming)
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/ |
H A D | buffer_helper.h | 37 std::map<OHOS::HDI::Codec::Image::V2_0::PropertyType, std::string>& metaInfo); 63 bool AddData(OHOS::HDI::Codec::Image::V2_0::PropertyType key, T& value) in AddData() 87 …bool AddDataFromFile(OHOS::HDI::Codec::Image::V2_0::PropertyType key, const std::string& filePath);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | core_metadata.inl | 68 namespace PropertyType { namespace 167 } // namespace PropertyType 189 … CORE_NS::PropertyType::MetaDataFrom((BASE_NS::remove_reference_t<decltype(structName::name)>*)0) \ 193 CORE_NS::PropertyType::MetaDataFrom((const enumeration*)0) \ 203 …namespace PropertyType { namespace MetaData { inline constexpr CORE_NS::Property MagicData_##struc… 223 namespace PropertyType { namespace MetaData { \ 316 namespace PropertyType { namespace 364 } // namespace PropertyType 367 …namespace PropertyType { …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | binding.h | 74 using PropertyType = Property<BASE_NS::remove_const_t<Type>>; 82 explicit TypedBinding(const PropertyType& source) noexcept : Binding(source) {} in TypedBinding()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 125 typedef enum PropertyType { enum 140 } PropertyType; typedef 281 …OAuthAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *result… 284 …AppAccountAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *r…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/property/ |
H A D | property_types.h | 26 namespace PropertyType { in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/ |
H A D | test_helper.h | 44 bool AddData(OHOS::HDI::Codec::Image::V2_0::PropertyType key, T& value) in AddData()
|