Home
last modified time | relevance | path

Searched refs:CreateMatrix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_update_display_info_test.cpp43 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::InputManagerUpdateDisplayInfoTest
196 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]);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp287 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h86 static std::unique_ptr<MatrixImpl> CreateMatrix();
87 static std::unique_ptr<MatrixImpl> CreateMatrix(const Matrix& other);
H A Dskia_impl_factory.cpp186 std::unique_ptr<MatrixImpl> SkiaImplFactory::CreateMatrix() in CreateMatrix() function in OHOS::Rosen::Drawing::SkiaImplFactory
191 std::unique_ptr<MatrixImpl> SkiaImplFactory::CreateMatrix(const Matrix& other) in CreateMatrix() function in OHOS::Rosen::Drawing::SkiaImplFactory