Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_typeface_test.cpp160 OH_Drawing_Typeface *typeface2 = variable
162 ASSERT_TRUE(typeface2 != nullptr);
167 OH_Drawing_TypefaceDestroy(typeface2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp201 auto typeface2 = SkiaTypeface(nullptr); variable
202 ASSERT_TRUE(!typeface2.IsCustomTypeface());
203 ASSERT_TRUE(!typeface2.IsThemeTypeface());
H A Dskia_font_test.cpp198 auto typeface2 = skiaFont->GetTypeface(); variable
199 ASSERT_TRUE(typeface2 != nullptr);