Home
last modified time | relevance | path

Searched refs:PERSPECTIVE (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dcamera_component.h41 PERSPECTIVE = 1, enumerator
122 DEFINE_PROPERTY(Projection, projection, "Projection", 0, VALUE(Projection::PERSPECTIVE))
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp147 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 Dtransform_util.h116 PERSPECTIVE, enumerator
142 case TransformOperationType::PERSPECTIVE: {
H A Dtransform_util.cpp272 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 Danimation_pub.h77 PERSPECTIVE enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h59 FUNCTION("perspective", PERSPECTIVE) \
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h96 PERSPECTIVE = PERSPECTIVE_TYPE, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dcamera_component_manager.cpp45 DECL_ENUM(CameraComponent::Projection, PERSPECTIVE, "Perspective")
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h35 PERSPECTIVE, enumerator
H A Dtransform_component.h32 inline constexpr float PERSPECTIVE = 0.0005f; variable
H A Drender_transform.cpp302 case TransformOperationType::PERSPECTIVE: { in ParseTransformEffect()
325 case TransformOperationType::PERSPECTIVE: { in ParseDimension()
H A Dtransform_component.cpp142 operation.type_ = TransformOperationType::PERSPECTIVE; in Perspective()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp160 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 Dgltf2_data_structures.h139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; in CORE3D_BEGIN_NAMESPACE() enumerator
H A Dgltf2_util.cpp358 out = CameraType::PERSPECTIVE; in GetCameraType()
526 case CameraType::PERSPECTIVE: in GetCameraType()
H A Dgltf2_exporter.cpp498 case CameraComponent::Projection::PERSPECTIVE: { in ExportGltfCameras()
499 exportCamera->type = CameraType::PERSPECTIVE; in ExportGltfCameras()
1483 if (camera->type == CameraType::PERSPECTIVE) { in ExportCameras()
H A Dgltf2_loader.cpp1705 case CameraType::PERSPECTIVE: { in PrimitiveAttributes()
H A Dgltf2_importer.cpp1901 component->projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp72 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 Dtween_element.cpp117 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 Dlume_common.cpp584 …spectiveCamera = (cameraHandle->projection == CORE3D_NS::CameraComponent::Projection::PERSPECTIVE); in OnTouchEvent()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp563 cc.projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp593 … 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 Djs_view_abstract.cpp302 …JSViewAbstract::GetJsPerspective(static_cast<int32_t>(ArkUIIndex::PERSPECTIVE), jsObj, rotate.pers… in ParseJsRotate()