Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_large_rrects.cpp29 BlurLargeRrects::BlurLargeRrects() in BlurLargeRrects() function in BlurLargeRrects
36 BlurLargeRrects::~BlurLargeRrects() {} in ~BlurLargeRrects()
40 void BlurLargeRrects::OnTestFunction(OH_Drawing_Canvas *canvas) in OnTestFunction()
H A Dblur_large_rrects.h26 class BlurLargeRrects : public TestBase {
28 BlurLargeRrects();
29 ~BlurLargeRrects() override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp73 …large_rrects", []() -> std::shared_ptr<TestBase> { return std::make_shared<BlurLargeRrects>(); } }, in __anonec8024be0402()