Searched refs:fontStyleSet (Results 1 – 1 of 1) sorted by relevance
70 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable71 EXPECT_NE(fontStyleSet, nullptr);72 OH_Drawing_FontMgrDestroyFontStyleSet(fontStyleSet);87 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrMatchFamily(mgr, matchFamilyName); variable88 EXPECT_NE(fontStyleSet, nullptr);89 OH_Drawing_FontMgrDestroyFontStyleSet(fontStyleSet);165 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(nullptr, 0); variable166 EXPECT_TRUE(fontStyleSet == nullptr);168 fontStyleSet = OH_Drawing_FontMgrMatchFamily(nullptr, matchFamilyName);169 EXPECT_TRUE(fontStyleSet == nullptr);[all …]