Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicnapidrawingtest/
DNativeDrawingFontMgrTest.cpp70 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable
71 EXPECT_NE(fontStyleSet, nullptr);
72 OH_Drawing_FontMgrDestroyFontStyleSet(fontStyleSet);
87 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrMatchFamily(mgr, matchFamilyName); variable
88 EXPECT_NE(fontStyleSet, nullptr);
89 OH_Drawing_FontMgrDestroyFontStyleSet(fontStyleSet);
165 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(nullptr, 0); variable
166 EXPECT_TRUE(fontStyleSet == nullptr);
168 fontStyleSet = OH_Drawing_FontMgrMatchFamily(nullptr, matchFamilyName);
169 EXPECT_TRUE(fontStyleSet == nullptr);
[all …]