Home
last modified time | relevance | path

Searched refs:CanvasDrawLayer (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.h236 class CanvasDrawLayer : public TestBase {
238 explicit CanvasDrawLayer(int type) : TestBase(type) {}; in CanvasDrawLayer() function
239 ~CanvasDrawLayer() override {}; in ~CanvasDrawLayer()
H A Dcanvas_test.cpp397 void CanvasDrawLayer::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp224 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<CanvasDrawLayer>(TestBase::DRAW_STYLE_… in __anonec8024be4202()