Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcanvas_test.h398 class CanvasGetTotalMatrix : public TestBase {
400 explicit CanvasGetTotalMatrix(int type) : TestBase(type) in CanvasGetTotalMatrix() function
404 ~CanvasGetTotalMatrix() override {}; in ~CanvasGetTotalMatrix()
H A Dcanvas_test.cpp480 void CanvasGetTotalMatrix::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp251 return std::make_shared<CanvasGetTotalMatrix>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be4a02()