/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_dirty_manager.h | 65 void CalNotRotateTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform,
67 void CalTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform, bool useUIExtension = false) const;
82 const MMI::WindowInfo& hostWindowinfo, const Matrix3f& hostTransform) const;
85 const Matrix3f hostTransform) const;
87 const MMI::WindowInfo& hostWindowinfo, const Matrix3f hostTransform) const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_property_test.cpp | 174 props.push_back(std::make_shared<MockRSRenderAnimatableProperty<Matrix3f>>( in HWTEST_F() 217 props.push_back(std::make_shared<MockRSRenderProperty<Matrix3f>>( in HWTEST_F() 273 Matrix3f matrix3f; in HWTEST_F() 274 RSRenderAnimatableProperty<Matrix3f> propertyMatrix3f(matrix3f); in HWTEST_F() 299 std::shared_ptr<RSRenderProperty<Matrix3f>> matrix3fValue = std::make_shared<RSRenderProperty<Matrix3f>>(); in HWTEST_F() 300 Matrix3f matrix3f1; in HWTEST_F() 371 RSRenderAnimatableProperty<Matrix3f> property5; in HWTEST_F() 406 Matrix3f matrix3f; in HWTEST_F() 407 RSRenderAnimatableProperty<Matrix3f> property in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_spring_model_test.cpp | 117 Matrix3f initialOffset = Matrix3f::ZERO; in HWTEST_F() 118 Matrix3f initialVelocity = Matrix3f::IDENTITY; in HWTEST_F() 120 auto model1 = std::make_shared<RSSpringModel<Matrix3f>>(0.0f, 0.0f, initialOffset, initialVelocity, 0.0f); in HWTEST_F() 126 auto model2 = std::make_shared<RSSpringModel<Matrix3f>>(1.0f, 1.0f, initialOffset, initialVelocity, 1.0f); in HWTEST_F() 132 auto model3 = std::make_shared<RSSpringModel<Matrix3f>>(1.0f, 2.0f, initialOffset, initialVelocity, 1.0f); in HWTEST_F()
|
H A D | rs_render_animation_debug_trace_test.cpp | 136 auto matrixProperty = std::make_shared<RSRenderAnimatableProperty<Matrix3f>>(); in HWTEST_F() 138 RSRenderPropertyType::PROPERTY_MATRIX3F), "Matrix3f"); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 148 void SceneSessionDirtyManager::CalNotRotateTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform,
in CalNotRotateTransform() 181 void SceneSessionDirtyManager::CalTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform,
in CalTransform() 188 transform = Matrix3f::IDENTITY;
in CalTransform() 486 Matrix3f transform;
in AddModalExtensionWindowInfo() 656 Matrix3f transform;
in GetWindowInfo() 791 Matrix3f CoordinateSystemHostWindowToScreen(const Matrix3f hostTransform, const SecRectInfo& secRectInfo)
in CoordinateSystemHostWindowToScreen() 793 Matrix3f transform = Matrix3f::IDENTITY;
in CoordinateSystemHostWindowToScreen() 802 MMI::Rect CalRectInScreen(const Matrix3f [all...] |
H A D | scene_input_manager.cpp | 206 auto transform = Matrix3f::IDENTITY;
in ConstructDisplayInfos()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 96 auto property = std::static_pointer_cast<RSRenderAnimatableProperty<Matrix3f>>(val); in Marshalling() 190 Matrix3f value; in Unmarshalling() 194 val.reset(new RSRenderAnimatableProperty<Matrix3f>(value, id, type, unit)); in Unmarshalling() 452 void RSRenderProperty<Matrix3f>::Dump(std::string& out) const in Dump() 708 bool RSRenderAnimatableProperty<Matrix3f>::IsNearEqual( in IsNearEqual() 711 auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Matrix3f>>(value); in IsNearEqual() 713 return RSRenderProperty<Matrix3f>::stagingValue_.IsNearEqual(animatableProperty->Get(), zeroThreshold); in IsNearEqual() 715 ROSEN_LOGE("RSRenderAnimatableProperty<Matrix3f>::IsNearEqual: the value of the comparison is a null pointer!"); in IsNearEqual() 827 template class RSRenderProperty<Matrix3f>; 851 template class RSRenderAnimatableProperty<Matrix3f>; [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.cpp | 205 void RSProperty<Matrix3f>::UpdateToRender(const Matrix3f& value, PropertyUpdateType type) const in UpdateToRender() 348 RSRenderPropertyType RSAnimatableProperty<Matrix3f>::GetPropertyType() const in GetPropertyType()
|
H A D | rs_property.h | 332 std::is_same_v<Matrix3f, T> || std::is_same_v<Vector2f, T> || std::is_same_v<Vector4f, T> || 693 RSC_EXPORT void RSProperty<Matrix3f>::UpdateToRender(const Matrix3f& value, PropertyUpdateType type) const; 760 RSC_EXPORT RSRenderPropertyType RSAnimatableProperty<Matrix3f>::GetPropertyType() const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 380 RSB_EXPORT void RSRenderProperty<Matrix3f>::Dump(std::string& out) const; 431 RSB_EXPORT bool RSRenderAnimatableProperty<Matrix3f>::IsNearEqual( 457 extern template class RSRenderProperty<Matrix3f>; 482 extern template class RSRenderAnimatableProperty<Matrix3f>;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 234 Matrix3f transform; in HWTEST_F() 286 Matrix3f transform; in HWTEST_F() 649 Matrix3f transform; in HWTEST_F() 675 Matrix3f transform; in HWTEST_F() 710 Matrix3f transform; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 181 ARG(RS_NODE, UPDATE_MODIFIER_MATRIX3F, RSNodeCommandHelper::UpdateModifier<Matrix3f>, 182 NodeId, Matrix3f, PropertyId, PropertyUpdateType))
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 464 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \ 499 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 464 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \ 500 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 167 void SetSublayerTransform(const std::optional<Matrix3f>& sublayerTransform); 168 const std::optional<Matrix3f>& GetSublayerTransform() const; 659 std::optional<Matrix3f> sublayerTransform_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_spring_model.cpp | 320 template class RSSpringModel<Matrix3f>;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 201 Matrix3f GenRGBToXYZMatrix(const std::array<Vector2f, 3>& basePoints, const Vector2f& whitePoint) 227 return Matrix3f { 388 Matrix3f rgbToXyz_; 389 Matrix3f xyzToRgb_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 81 typedef Matrix3<float> Matrix3f; typedef
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 83 typedef Matrix3<float> Matrix3f; typedef
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2122 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \ 2164 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 881 void RSProperties::SetSublayerTransform(const std::optional<Matrix3f>& sublayerTransform) in SetSublayerTransform() 887 const std::optional<Matrix3f>& RSProperties::GetSublayerTransform() const in GetSublayerTransform()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 4100 Matrix3f transform(window.transform); in UpdateDisplayInfo() 4112 Matrix3f transform(info.transform); in UpdateDisplayInfo()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 1799 Matrix3f transforms(window.transform); in HWTEST_F() 1825 Matrix3f transforms(window.transform); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 49 Matrix3f sublayerTransform; in HWTEST_F()
|