Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dtext_blob_test.h60 class TextBlobCreateFromString : public TestBase {
62 explicit TextBlobCreateFromString(int type) : TestBase(type) in TextBlobCreateFromString() function
66 ~TextBlobCreateFromString() override {}; in ~TextBlobCreateFromString()
H A Dtext_blob_test.cpp108 void TextBlobCreateFromString::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp370 return std::make_shared<TextBlobCreateFromString>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be7202()