Searched refs:TestingMatrix (Results 1 – 7 of 7) sorted by relevance
25 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 */)
124 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()
43 float /* startAngle */, float /* endAngle */, const TestingMatrix* /* matrix */) in CreateSweepGradient() argument63 const std::vector<scalar>& pos, TileMode mode, const TestingMatrix* matrix) in CreateTwoPointConical()74 TileMode tileY, const TestingSamplingOptions& sampling, const TestingMatrix& matrix) in CreateImageShader()
52 virtual void ApplyToMatrix(TestingMatrix& matrix) {} in ApplyToMatrix()
120 virtual void Transform(const TestingMatrix& matrix) {} in Transform()
65 MOCK_METHOD1(Transform, void(const TestingMatrix& matrix));69 class MockMatrix : public TestingMatrix {
81 using RSMatrix = Testing::TestingMatrix;