Home
last modified time | relevance | path

Searched refs:TestingMatrix (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_matrix.h25 class TestingMatrix {
39 TestingMatrix() = default;
40 ~TestingMatrix() = default;
42 void PreConcat(const TestingMatrix& other) {} in PreConcat()
49 TestingMatrix operator*(const TestingMatrix& other)
54 bool operator==(const TestingMatrix& /* other */)
H A Dtesting_canvas.h124 virtual void ConcatMatrix(const TestingMatrix& matrix) {} in ConcatMatrix()
125 void SetMatrix(const TestingMatrix& matrix) {} in SetMatrix()
130 TestingMatrix GetTotalMatrix() const in GetTotalMatrix()
132 return TestingMatrix(); in GetTotalMatrix()
H A Dtesting_shader_effect.h43 float /* startAngle */, float /* endAngle */, const TestingMatrix* /* matrix */) in CreateSweepGradient() argument
63 const std::vector<scalar>& pos, TileMode mode, const TestingMatrix* matrix) in CreateTwoPointConical()
74 TileMode tileY, const TestingSamplingOptions& sampling, const TestingMatrix& matrix) in CreateImageShader()
H A Dtesting_camera.h52 virtual void ApplyToMatrix(TestingMatrix& matrix) {} in ApplyToMatrix()
H A Dtesting_path.h120 virtual void Transform(const TestingMatrix& matrix) {} in Transform()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dmock_canvas_paint.h65 MOCK_METHOD1(Transform, void(const TestingMatrix& matrix));
69 class MockMatrix : public TestingMatrix {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h81 using RSMatrix = Testing::TestingMatrix;