Home
last modified time | relevance | path

Searched refs:MatrixTestCase (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dmatrix_test.h41 std::vector<TestFunc> MatrixTestCase();
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp57 …ert(pair<string, std::vector<TestFunc>>("MatrixTest", MatrixTest::GetInstance().MatrixTestCase())); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp73 std::vector<MatrixTest::TestFunc> MatrixTest::MatrixTestCase() in MatrixTestCase() function in OHOS::Rosen::Drawing::MatrixTest