Home
last modified time | relevance | path

Searched refs:CanvasDrawPixelMapRect (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.h272 class CanvasDrawPixelMapRect : public TestBase {
274 explicit CanvasDrawPixelMapRect(int type) : TestBase(type) {}; in CanvasDrawPixelMapRect() function
275 ~CanvasDrawPixelMapRect() override {}; in ~CanvasDrawPixelMapRect()
H A Dcanvas_test.cpp444 void CanvasDrawPixelMapRect::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp247 return std::make_shared<CanvasDrawPixelMapRect>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be4902()