Home
last modified time | relevance | path

Searched refs:TransformationMatrix (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/transforms/
H A Dtransformation_matrix_test.cc30 TransformationMatrix from; in TEST()
33 TransformationMatrix result; in TEST()
159 TransformationMatrix n; in TEST()
169 TransformationMatrix n; in TEST()
179 TransformationMatrix n; in TEST()
189 TransformationMatrix n; in TEST()
200 TransformationMatrix n; in TEST()
211 TransformationMatrix n; in TEST()
221 TransformationMatrix n; in TEST()
354 TransformationMatrix to; in TEST()
[all …]
H A Dtransformation_matrix.h60 USING_FAST_MALLOC(TransformationMatrix);
83 TransformationMatrix() { in TransformationMatrix() function
87 TransformationMatrix(const TransformationMatrix& t) { in TransformationMatrix() function
90 TransformationMatrix(double a, in TransformationMatrix() function
98 TransformationMatrix(double m11, in TransformationMatrix() function
178 TransformationMatrix& operator=(const TransformationMatrix& t) {
289 TransformationMatrix& Multiply(const TransformationMatrix&);
291 TransformationMatrix& Scale(double);
405 TransformationMatrix& operator*=(const TransformationMatrix& t) {
410 TransformationMatrix operator*(const TransformationMatrix& t) const {
[all …]
H A Dtransformation_matrix.cc791 TransformationMatrix::TransformationMatrix(const AffineTransform& t) { in TransformationMatrix() function in blink::TransformationMatrix
795 TransformationMatrix& TransformationMatrix::Scale(double s) { in Scale()
1003 TransformationMatrix& TransformationMatrix::Scale3d(double sx, in Scale3d()
1020 TransformationMatrix& TransformationMatrix::Rotate3d(double x, in Rotate3d()
1111 TransformationMatrix& TransformationMatrix::Rotate3d(double rx, in Rotate3d()
1187 TransformationMatrix& TransformationMatrix::Translate3d(double tx, in Translate3d()
1197 TransformationMatrix& TransformationMatrix::PostTranslate(double tx, in PostTranslate()
1283 TransformationMatrix& TransformationMatrix::Multiply( in Multiply()
1656 TransformationMatrix TransformationMatrix::Inverse() const { in Inverse()
1724 void TransformationMatrix::Blend(const TransformationMatrix& from, in Blend()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/transforms/
H A Dtransformation_matrix_test.cc42 TransformationMatrix from; in TEST()
45 TransformationMatrix result; in TEST()
171 TransformationMatrix n; in TEST()
181 TransformationMatrix n; in TEST()
191 TransformationMatrix n; in TEST()
201 TransformationMatrix n; in TEST()
212 TransformationMatrix n; in TEST()
357 TransformationMatrix to; in TEST()
375 TransformationMatrix to; in TEST()
492 TransformationMatrix m; in TEST()
[all …]
H A Dtransformation_matrix.h60 USING_FAST_MALLOC(TransformationMatrix);
83 TransformationMatrix() { in TransformationMatrix() function
87 TransformationMatrix(const TransformationMatrix& t) { in TransformationMatrix() function
90 TransformationMatrix(double a, in TransformationMatrix() function
98 TransformationMatrix(double m11, in TransformationMatrix() function
178 TransformationMatrix& operator=(const TransformationMatrix& t) {
288 TransformationMatrix& Multiply(const TransformationMatrix&);
290 TransformationMatrix& Scale(double);
404 TransformationMatrix& operator*=(const TransformationMatrix& t) {
409 TransformationMatrix operator*(const TransformationMatrix& t) const {
[all …]
H A Dtransformation_matrix.cc800 TransformationMatrix::TransformationMatrix(const AffineTransform& t) { in TransformationMatrix() function in blink::TransformationMatrix
804 TransformationMatrix& TransformationMatrix::Scale(double s) { in Scale()
1008 TransformationMatrix& TransformationMatrix::Scale3d(double sx, in Scale3d()
1025 TransformationMatrix& TransformationMatrix::Rotate3d(double x, in Rotate3d()
1118 TransformationMatrix& TransformationMatrix::Rotate3d(double rx, in Rotate3d()
1194 TransformationMatrix& TransformationMatrix::Translate3d(double tx, in Translate3d()
1204 TransformationMatrix& TransformationMatrix::PostTranslate(double tx, in PostTranslate()
1290 TransformationMatrix& TransformationMatrix::Multiply( in Multiply()
1663 TransformationMatrix TransformationMatrix::Inverse() const { in Inverse()
1731 void TransformationMatrix::Blend(const TransformationMatrix& from, in Blend()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h67 class TransformationMatrix {
73 TransformationMatrix(const TransformationMatrix& t) { *this = t; } in TransformationMatrix() function
102 TransformationMatrix& operator =(const TransformationMatrix &t)
108 TransformationMatrix& makeIdentity() in makeIdentity()
211 TransformationMatrix& multiply(const TransformationMatrix&);
213 TransformationMatrix& scale(double);
232 TransformationMatrix& flipX();
233 TransformationMatrix& flipY();
248 TransformationMatrix inverse() const;
298 TransformationMatrix& operator*=(const TransformationMatrix& t)
[all …]
H A DTransformationMatrix.cpp511 TransformationMatrix& TransformationMatrix::scale(double s) in scale()
516 TransformationMatrix& TransformationMatrix::rotateFromVector(double x, double y) in rotateFromVector()
521 TransformationMatrix& TransformationMatrix::flipX() in flipX()
526 TransformationMatrix& TransformationMatrix::flipY() in flipY()
627 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy) in scaleNonUniform()
808 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) in translate()
826 TransformationMatrix& TransformationMatrix::translateRight(double tx, double ty) in translateRight()
858 TransformationMatrix& TransformationMatrix::skew(double sx, double sy) in skew()
872 TransformationMatrix& TransformationMatrix::applyPerspective(double p) in applyPerspective()
895 TransformationMatrix& TransformationMatrix::multiply(const TransformationMatrix& mat) in multiply()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/
H A Dxr_space.cc21 const TransformationMatrix* mojo_from_viewer) { in NativeFromViewer()
36 TransformationMatrix XRSpace::NativeFromOffsetMatrix() { in NativeFromOffsetMatrix()
37 TransformationMatrix identity; in NativeFromOffsetMatrix()
41 TransformationMatrix XRSpace::OffsetFromNativeMatrix() { in OffsetFromNativeMatrix()
42 TransformationMatrix identity; in OffsetFromNativeMatrix()
58 std::unique_ptr<TransformationMatrix> XRSpace::TryInvert( in TryInvert()
59 std::unique_ptr<TransformationMatrix> matrix) { in TryInvert()
82 std::unique_ptr<TransformationMatrix> other_from_mojo = in getPose()
88 TransformationMatrix other_offset_from_mojo = in getPose()
94 TransformationMatrix other_offset_from_offset = in getPose()
[all …]
H A Dxr_space.h20 class TransformationMatrix; variable
39 virtual std::unique_ptr<TransformationMatrix> MojoFromNative() = 0;
44 virtual std::unique_ptr<TransformationMatrix> NativeFromMojo() = 0;
54 virtual std::unique_ptr<TransformationMatrix> NativeFromViewer(
55 const TransformationMatrix* mojo_from_viewer);
61 std::unique_ptr<TransformationMatrix> OffsetFromViewer();
64 virtual TransformationMatrix NativeFromOffsetMatrix();
65 virtual TransformationMatrix OffsetFromNativeMatrix();
70 std::unique_ptr<TransformationMatrix> MojoFromOffsetMatrix();
91 std::unique_ptr<TransformationMatrix> TryInvert(
[all …]
H A Dxr_reference_space.cc51 std::unique_ptr<TransformationMatrix> other_offset_from_viewer = in getPose()
75 floor_from_mojo_ = std::make_unique<TransformationMatrix>( in SetFloorFromMojo()
79 floor_from_mojo_ = std::make_unique<TransformationMatrix>(); in SetFloorFromMojo()
91 return std::make_unique<TransformationMatrix>(); in NativeFromMojo()
107 return std::make_unique<TransformationMatrix>(); in NativeFromMojo()
110 return std::make_unique<TransformationMatrix>( in NativeFromMojo()
115 return std::make_unique<TransformationMatrix>(); in NativeFromMojo()
125 const TransformationMatrix* mojo_from_viewer) { in NativeFromViewer()
131 return std::make_unique<TransformationMatrix>(); in NativeFromViewer()
149 TransformationMatrix XRReferenceSpace::NativeFromOffsetMatrix() { in NativeFromOffsetMatrix()
[all …]
H A Dxr_view.h52 void UpdatePoseMatrix(const TransformationMatrix& ref_space_from_head);
64 void SetHeadFromEyeTransform(const TransformationMatrix& head_from_eye);
66 TransformationMatrix UnprojectPointer(double x,
72 const TransformationMatrix& Transform() const { return ref_space_from_eye_; } in Transform()
73 const TransformationMatrix& ProjectionMatrix() const { in ProjectionMatrix()
79 TransformationMatrix ref_space_from_eye_;
80 TransformationMatrix projection_matrix_;
81 TransformationMatrix inv_projection_;
82 TransformationMatrix head_from_eye_;
H A Dxr_reference_space.h39 std::unique_ptr<TransformationMatrix> NativeFromMojo() override;
40 std::unique_ptr<TransformationMatrix> NativeFromViewer(
41 const TransformationMatrix* mojo_from_viewer) override;
46 std::unique_ptr<TransformationMatrix> MojoFromNative() final;
48 TransformationMatrix NativeFromOffsetMatrix() override;
49 TransformationMatrix OffsetFromNativeMatrix() override;
75 std::unique_ptr<TransformationMatrix> floor_from_mojo_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_space.cc20 base::Optional<TransformationMatrix> XRSpace::NativeFromViewer( in NativeFromViewer()
21 const base::Optional<TransformationMatrix>& mojo_from_viewer) { in NativeFromViewer()
35 TransformationMatrix XRSpace::NativeFromOffsetMatrix() { in NativeFromOffsetMatrix()
36 TransformationMatrix identity; in NativeFromOffsetMatrix()
40 TransformationMatrix XRSpace::OffsetFromNativeMatrix() { in OffsetFromNativeMatrix()
41 TransformationMatrix identity; in OffsetFromNativeMatrix()
57 base::Optional<TransformationMatrix> XRSpace::NativeFromMojo() { in NativeFromMojo()
84 base::Optional<TransformationMatrix> other_from_mojo = in getPose()
92 TransformationMatrix other_offset_from_mojo = in getPose()
98 TransformationMatrix other_offset_from_offset = in getPose()
[all …]
H A Dxr_space.h21 class TransformationMatrix; variable
40 virtual base::Optional<TransformationMatrix> MojoFromNative() = 0;
45 base::Optional<TransformationMatrix> NativeFromMojo();
55 virtual base::Optional<TransformationMatrix> NativeFromViewer(
56 const base::Optional<TransformationMatrix>& mojo_from_viewer);
62 base::Optional<TransformationMatrix> OffsetFromViewer();
65 virtual TransformationMatrix NativeFromOffsetMatrix();
66 virtual TransformationMatrix OffsetFromNativeMatrix();
71 base::Optional<TransformationMatrix> MojoFromOffsetMatrix();
H A Dxr_view.h66 void UpdatePoseMatrix(const TransformationMatrix& ref_space_from_head);
78 void SetHeadFromEyeTransform(const TransformationMatrix& head_from_eye);
80 TransformationMatrix UnprojectPointer(double x,
86 const TransformationMatrix& Transform() const { return ref_space_from_eye_; } in Transform()
87 const TransformationMatrix& ProjectionMatrix() const { in ProjectionMatrix()
112 TransformationMatrix ref_space_from_eye_;
113 TransformationMatrix projection_matrix_;
114 TransformationMatrix inv_projection_;
115 TransformationMatrix head_from_eye_;
H A Dxr_reference_space.cc55 base::Optional<TransformationMatrix> other_offset_from_viewer = in getPose()
79 mojo_from_floor_ = std::make_unique<TransformationMatrix>( in SetMojoFromFloor()
88 base::Optional<TransformationMatrix> XRReferenceSpace::MojoFromNative() { in MojoFromNative()
101 ? base::Optional<TransformationMatrix>({}) in MojoFromNative()
125 auto local_from_floor = TransformationMatrix().Translate3d( in MojoFromNative()
137 base::Optional<TransformationMatrix> XRReferenceSpace::NativeFromViewer( in NativeFromViewer()
138 const base::Optional<TransformationMatrix>& mojo_from_viewer) { in NativeFromViewer()
144 return TransformationMatrix(); in NativeFromViewer()
158 TransformationMatrix XRReferenceSpace::NativeFromOffsetMatrix() { in NativeFromOffsetMatrix()
162 TransformationMatrix XRReferenceSpace::OffsetFromNativeMatrix() { in OffsetFromNativeMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/
H A Dgeometry_mapper_transform_cache_test.cc47 TransformationMatrix actual_to_plane_root; in Check2dTranslationToRoot()
50 TransformationMatrix actual_from_plane_root; in Check2dTranslationToRoot()
58 const TransformationMatrix& to_plane_root, in CheckRootAsPlaneRoot()
76 TransformationMatrix actual_to_screen; in CheckRootAsPlaneRoot()
79 TransformationMatrix actual_projection_from_screen; in CheckRootAsPlaneRoot()
86 const TransformationMatrix& to_screen, in CheckPlaneRootSameAs2dTranslationRoot()
111 const TransformationMatrix& to_screen, in CheckPlaneRootDifferent2dTranslationRoot()
113 const TransformationMatrix& to_plane_root, in CheckPlaneRootDifferent2dTranslationRoot()
152 auto t2 = CreateTransform(*t1, TransformationMatrix().Scale(3)); in TEST_F()
181 auto t3 = CreateTransform(*t2, TransformationMatrix().Scale(3)); in TEST_F()
[all …]
H A Dgeometry_mapper_transform_cache.h47 const TransformationMatrix& to_screen() const { in to_screen()
51 const TransformationMatrix& projection_from_screen() const { in projection_from_screen()
62 void ApplyToScreen(TransformationMatrix& m) const { in ApplyToScreen()
82 const TransformationMatrix& to_plane_root() const { in to_plane_root()
86 const TransformationMatrix& from_plane_root() const { in from_plane_root()
90 void ApplyToPlaneRoot(TransformationMatrix& m) const { in ApplyToPlaneRoot()
98 void ApplyFromPlaneRoot(TransformationMatrix& m) const { in ApplyFromPlaneRoot()
191 TransformationMatrix to_plane_root;
192 TransformationMatrix from_plane_root;
199 TransformationMatrix to_screen;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Dgeometry_mapper_transform_cache_test.cc47 TransformationMatrix actual_to_plane_root; in Check2dTranslationToRoot()
50 TransformationMatrix actual_from_plane_root; in Check2dTranslationToRoot()
58 const TransformationMatrix& to_plane_root, in CheckRootAsPlaneRoot()
76 TransformationMatrix actual_to_screen; in CheckRootAsPlaneRoot()
79 TransformationMatrix actual_projection_from_screen; in CheckRootAsPlaneRoot()
86 const TransformationMatrix& to_screen, in CheckPlaneRootSameAs2dTranslationRoot()
111 const TransformationMatrix& to_screen, in CheckPlaneRootDifferent2dTranslationRoot()
113 const TransformationMatrix& to_plane_root, in CheckPlaneRootDifferent2dTranslationRoot()
152 auto t2 = CreateTransform(*t1, TransformationMatrix().Scale(3)); in TEST_F()
181 auto t3 = CreateTransform(*t2, TransformationMatrix().Scale(3)); in TEST_F()
[all …]
H A Dgeometry_mapper_transform_cache.h47 const TransformationMatrix& to_screen() const { in to_screen()
51 const TransformationMatrix& projection_from_screen() const { in projection_from_screen()
62 void ApplyToScreen(TransformationMatrix& m) const { in ApplyToScreen()
82 const TransformationMatrix& to_plane_root() const { in to_plane_root()
86 const TransformationMatrix& from_plane_root() const { in from_plane_root()
90 void ApplyToPlaneRoot(TransformationMatrix& m) const { in ApplyToPlaneRoot()
98 void ApplyFromPlaneRoot(TransformationMatrix& m) const { in ApplyFromPlaneRoot()
191 TransformationMatrix to_plane_root;
192 TransformationMatrix from_plane_root;
199 TransformationMatrix to_screen;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dlab_color_space.h15 using blink::TransformationMatrix;
30 inline TransformationMatrix mul3x3Diag(const FloatPoint3D& lhs, in mul3x3Diag()
31 const TransformationMatrix& rhs) { in mul3x3Diag()
32 return TransformationMatrix( in mul3x3Diag()
45 inline TransformationMatrix chromaticAdaptation( in chromaticAdaptation()
46 const TransformationMatrix& matrix, in chromaticAdaptation()
89 TransformationMatrix kBradford = TransformationMatrix(
95 TransformationMatrix xyzTransform = TransformationMatrix(
101 TransformationMatrix transform_ =
104 TransformationMatrix inverseTransform_ = transform_.Inverse();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Ddev_tools_emulator.h52 TransformationMatrix EnableDeviceEmulation(const WebDeviceEmulationParams&);
67 TransformationMatrix MainFrameScrollOrScaleChanged();
81 TransformationMatrix ForceViewportForTesting(const gfx::PointF& position, in ForceViewportForTesting()
85 TransformationMatrix ResetViewportForTesting() { return ResetViewport(); } in ResetViewportForTesting()
94 TransformationMatrix ForceViewport(const gfx::PointF& position, float scale);
96 TransformationMatrix ResetViewport();
102 void ApplyViewportOverride(TransformationMatrix*);
103 TransformationMatrix ComputeRootLayerTransform();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Ddev_tools_emulator.h52 TransformationMatrix EnableDeviceEmulation(const DeviceEmulationParams&);
67 TransformationMatrix MainFrameScrollOrScaleChanged();
81 TransformationMatrix ForceViewportForTesting(const gfx::PointF& position, in ForceViewportForTesting()
85 TransformationMatrix ResetViewportForTesting() { return ResetViewport(); } in ResetViewportForTesting()
94 TransformationMatrix ForceViewport(const gfx::PointF& position, float scale);
96 TransformationMatrix ResetViewport();
102 void ApplyViewportOverride(TransformationMatrix*);
103 TransformationMatrix ComputeRootLayerTransform();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DTransformState.cpp60 void TransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAc… in applyTransform()
65 …m_accumulatedTransform = adoptPtr(new TransformationMatrix(transformFromContainer * *m_accumulated… in applyTransform()
70 m_accumulatedTransform = adoptPtr(new TransformationMatrix(transformFromContainer)); in applyTransform()
74 …const TransformationMatrix* finalTransform = m_accumulatedTransform ? m_accumulatedTransform.get()… in applyTransform()
112 void TransformState::flattenWithTransform(const TransformationMatrix& t) in flattenWithTransform()
119 TransformationMatrix inverseTransform = t.inverse(); in flattenWithTransform()
143 void HitTestingTransformState::applyTransform(const TransformationMatrix& transformFromContainer, T… in applyTransform()
157 void HitTestingTransformState::flattenWithTransform(const TransformationMatrix& t) in flattenWithTransform()
159 TransformationMatrix inverseTransform = t.inverse(); in flattenWithTransform()

12345678910>>...19