Searched refs:CreateMatrixImpl (Results 1 – 3 of 3) sorted by relevance
84 static std::unique_ptr<MatrixImpl> CreateMatrixImpl();85 static std::unique_ptr<MatrixImpl> CreateMatrixImpl(const Matrix& other);
283 std::unique_ptr<MatrixImpl> ImplFactory::CreateMatrixImpl() in CreateMatrixImpl() function in OHOS::Rosen::Drawing::ImplFactory293 std::unique_ptr<MatrixImpl> ImplFactory::CreateMatrixImpl(const Matrix& other) in CreateMatrixImpl() function in OHOS::Rosen::Drawing::ImplFactory
23 Matrix::Matrix() : matrixImplPtr(ImplFactory::CreateMatrixImpl()) {} in Matrix()25 Matrix::Matrix(const Matrix& other) : matrixImplPtr(ImplFactory::CreateMatrixImpl(other)) {} in Matrix()