Searched refs:CreateMatrix (Results 1 – 4 of 4) sorted by relevance
43 std::vector<std::vector<uint32_t>> CreateMatrix(int32_t width, int32_t height) const;92 std::vector<std::vector<uint32_t>> InputManagerUpdateDisplayInfoTest::CreateMatrix(int32_t width, i… in CreateMatrix() function in OHOS::MMI::InputManagerUpdateDisplayInfoTest196 pixelMap = MatrixToPixelmap(CreateMatrix(width, height));266 auto maskMatrix = CreateMatrix(maskSizeMatrix[i][1], maskSizeMatrix[i][0]);316 auto maskMatrix = CreateMatrix(maskSizeMatrix[i][1], maskSizeMatrix[i][0]);
287 return DDGRImplFactory::CreateMatrix(); in CreateMatrixImpl()290 return EngineImplFactory::CreateMatrix(); in CreateMatrixImpl()297 return DDGRImplFactory::CreateMatrix(other); in CreateMatrixImpl()300 return EngineImplFactory::CreateMatrix(other); in CreateMatrixImpl()
86 static std::unique_ptr<MatrixImpl> CreateMatrix();87 static std::unique_ptr<MatrixImpl> CreateMatrix(const Matrix& other);
186 std::unique_ptr<MatrixImpl> SkiaImplFactory::CreateMatrix() in CreateMatrix() function in OHOS::Rosen::Drawing::SkiaImplFactory191 std::unique_ptr<MatrixImpl> SkiaImplFactory::CreateMatrix(const Matrix& other) in CreateMatrix() function in OHOS::Rosen::Drawing::SkiaImplFactory