Home
last modified time | relevance | path

Searched refs:DrawTextBlobTest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_textblob_test.h21 class DrawTextBlobTest : public TestBase {
23 DrawTextBlobTest() : TestBase() {} in DrawTextBlobTest() function
24 ~DrawTextBlobTest() override = default;
H A Ddraw_textblob_test.cpp20 void DrawTextBlobTest::OnTestFunction(Drawing::Canvas* canvas) in OnTestFunction()
82 void DrawTextBlobTest::OnTestPerformance(Drawing::Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Dtest_case_factory.cpp25 …{"drawtextblob", []() -> std::shared_ptr<TestBase> {return std::make_shared<DrawTextBlobTest>();}}, in __anon1144a44e0402()
30 …{"drawtextblob", []() -> std::shared_ptr<TestBase> {return std::make_shared<DrawTextBlobTest>();}}, in __anon1144a44e0702()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp691 HWTEST_F(RSPaintFilterCanvasTest, DrawTextBlobTest, TestSize.Level1)