/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | camera_component.h | 41 PERSPECTIVE = 1, enumerator 122 DEFINE_PROPERTY(Projection, projection, "Projection", 0, VALUE(Projection::PERSPECTIVE))
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | transform_util_test.cpp | 147 from = TransformOperation::Create(TransformOperationType::PERSPECTIVE); 149 EXPECT_EQ(result.type_, TransformOperationType::PERSPECTIVE); 216 operations.push_back(TransformOperation::Create(TransformOperationType::PERSPECTIVE)); 233 EXPECT_EQ(operations[4].type_, TransformOperationType::PERSPECTIVE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.h | 116 PERSPECTIVE, enumerator 142 case TransformOperationType::PERSPECTIVE: {
|
H A D | transform_util.cpp | 272 case TransformOperationType::PERSPECTIVE: in Create() 310 case TransformOperationType::PERSPECTIVE: in BlendInner() 424 case TransformOperationType::PERSPECTIVE: { in ParseOperationToMatrix()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_pub.h | 77 PERSPECTIVE enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 59 FUNCTION("perspective", PERSPECTIVE) \
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 96 PERSPECTIVE = PERSPECTIVE_TYPE, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | camera_component_manager.cpp | 45 DECL_ENUM(CameraComponent::Projection, PERSPECTIVE, "Perspective")
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | render_transform.h | 35 PERSPECTIVE, enumerator
|
H A D | transform_component.h | 32 inline constexpr float PERSPECTIVE = 0.0005f; variable
|
H A D | render_transform.cpp | 302 case TransformOperationType::PERSPECTIVE: { in ParseTransformEffect() 325 case TransformOperationType::PERSPECTIVE: { in ParseDimension()
|
H A D | transform_component.cpp | 142 operation.type_ = TransformOperationType::PERSPECTIVE; in Perspective()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | transform_convertor.cpp | 160 operation.type_ = TransformOperationType::PERSPECTIVE; in AddKeyframe() 346 … convertor.AddKeyframe(AnimationType::PERSPECTIVE, time, PerspectiveOperation(distance)); in __anonc5ef80111602()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; in CORE3D_BEGIN_NAMESPACE() enumerator
|
H A D | gltf2_util.cpp | 358 out = CameraType::PERSPECTIVE; in GetCameraType() 526 case CameraType::PERSPECTIVE: in GetCameraType()
|
H A D | gltf2_exporter.cpp | 498 case CameraComponent::Projection::PERSPECTIVE: { in ExportGltfCameras() 499 exportCamera->type = CameraType::PERSPECTIVE; in ExportGltfCameras() 1483 if (camera->type == CameraType::PERSPECTIVE) { in ExportCameras()
|
H A D | gltf2_loader.cpp | 1705 case CameraType::PERSPECTIVE: { in PrimitiveAttributes()
|
H A D | gltf2_importer.cpp | 1901 component->projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 72 case CameraComponent::Projection::PERSPECTIVE: { in CalculateProjectionMatrix() 142 cc.projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.cpp | 117 case TransformOperationType::PERSPECTIVE: in RenderTransformUpdate() 154 case TransformOperationType::PERSPECTIVE: in TransformComponentUpdate()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 584 …spectiveCamera = (cameraHandle->projection == CORE3D_NS::CameraComponent::Projection::PERSPECTIVE); in OnTouchEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 563 cc.projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 593 … Framework::JSViewAbstract::GetJsPerspective(static_cast<int32_t>(ArkUIIndex::PERSPECTIVE), jsObj, in ParseJsRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 302 …JSViewAbstract::GetJsPerspective(static_cast<int32_t>(ArkUIIndex::PERSPECTIVE), jsObj, rotate.pers… in ParseJsRotate()
|