Home
last modified time | relevance | path

Searched refs:TextBlobGetBounds (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.h72 class TextBlobGetBounds : public TestBase {
74 explicit TextBlobGetBounds(int type) : TestBase(type) in TextBlobGetBounds() function
78 ~TextBlobGetBounds() override {}; in ~TextBlobGetBounds()
H A Dtext_blob_test.cpp123 void TextBlobGetBounds::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp374 return std::make_shared<TextBlobGetBounds>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be7302()