Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmatrix_test.h49 class MatrixInvert : public TestBase {
51 explicit MatrixInvert(int type) : TestBase(type) in MatrixInvert() function
55 ~MatrixInvert() override {}; in ~MatrixInvert()
H A Dmatrix_test.cpp72 void MatrixInvert::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp419 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<MatrixInvert>(TestBase::DRAW_STYLE_COM… in __anonec8024be7e02()