Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_dirty_manager.h65 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 Drs_render_property_test.cpp174 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 Drs_spring_model_test.cpp117 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 Drs_render_animation_debug_trace_test.cpp136 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 Dscene_session_dirty_manager.cpp148 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 Dscene_input_manager.cpp206 auto transform = Matrix3f::IDENTITY; in ConstructDisplayInfos()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp96 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 Drs_property.cpp205 void RSProperty<Matrix3f>::UpdateToRender(const Matrix3f& value, PropertyUpdateType type) const in UpdateToRender()
348 RSRenderPropertyType RSAnimatableProperty<Matrix3f>::GetPropertyType() const in GetPropertyType()
H A Drs_property.h332 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 Drs_render_property.h380 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 Dscene_session_dirty_manager_test.cpp234 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 Drs_node_command.h181 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 Drs_marshalling_helper.cpp464 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
499 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp464 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
500 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h167 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 Drs_spring_model.cpp320 template class RSSpringModel<Matrix3f>;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp201 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 Drs_matrix3.h81 typedef Matrix3<float> Matrix3f; typedef
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h83 typedef Matrix3<float> Matrix3f; typedef
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2122 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
2164 EXPLICIT_INSTANTIATION(TEMPLATE, Matrix3f) \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp881 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 Dinput_windows_manager.cpp4100 Matrix3f transform(window.transform); in UpdateDisplayInfo()
4112 Matrix3f transform(info.transform); in UpdateDisplayInfo()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp1799 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 Drs_properties_test.cpp49 Matrix3f sublayerTransform; in HWTEST_F()

Completed in 51 milliseconds