Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dcamera_component.h41 PERSPECTIVE = 1, member in Projection
122 DEFINE_PROPERTY(Projection, projection, "Projection", 0, VALUE(Projection::PERSPECTIVE))
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h77 PERSPECTIVE
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp147 from = TransformOperation::Create(TransformOperationType::PERSPECTIVE); in HWTEST_F()
149 EXPECT_EQ(result.type_, TransformOperationType::PERSPECTIVE); in HWTEST_F()
216 operations.push_back(TransformOperation::Create(TransformOperationType::PERSPECTIVE)); in HWTEST_F()
233 EXPECT_EQ(operations[4].type_, TransformOperationType::PERSPECTIVE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h116 PERSPECTIVE, member in OHOS::Ace::TransformOperationType
142 case TransformOperationType::PERSPECTIVE: { in operator ==()
H A Dtransform_util.cpp272 case TransformOperationType::PERSPECTIVE: in Create()
310 case TransformOperationType::PERSPECTIVE: in BlendInner()
424 case TransformOperationType::PERSPECTIVE: { in ParseOperationToMatrix()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h59 FUNCTION("perspective", PERSPECTIVE) \
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h35 PERSPECTIVE, member in OHOS::Ace::TransformType
H A Dtransform_component.h32 inline constexpr float PERSPECTIVE = 0.0005f; member
H A Drender_transform.cpp301 case TransformOperationType::PERSPECTIVE: { in ParseTransformEffect()
324 case TransformOperationType::PERSPECTIVE: { in ParseDimension()
H A Dtransform_component.cpp142 operation.type_ = TransformOperationType::PERSPECTIVE; in Perspective()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dcamera_component_manager.cpp45 DECL_ENUM(CameraComponent::Projection, PERSPECTIVE, "Perspective")
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h96 PERSPECTIVE = PERSPECTIVE_TYPE, enumerator
/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));
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; member in GLTF2::AttributeType::RenderMode::CameraType
642 // PERSPECTIVE
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: {
H A Dgltf2_importer.cpp1900 // GLTF2::CameraType::PERSPECTIVE in CreateCamera()
1901 component->projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp108 case TransformOperationType::PERSPECTIVE: in RenderTransformUpdate()
145 case TransformOperationType::PERSPECTIVE: in TransformComponentUpdate()
/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;
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp584 perspectiveCamera = (cameraHandle->projection == CORE3D_NS::CameraComponent::Projection::PERSPECTIVE); in OnTouchEvent()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp563 cc.projection = CameraComponent::Projection::PERSPECTIVE; in CreateCamera()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp579 Framework::JSViewAbstract::GetJsPerspective(static_cast<int32_t>(ArkUIIndex::PERSPECTIVE), jsObj, in ParseJsRotate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp259 JSViewAbstract::GetJsPerspective(static_cast<int32_t>(ArkUIIndex::PERSPECTIVE), jsObj, rotate.perspective); in ParseJsRotate()

Completed in 68 milliseconds