Lines Matching refs:mgr

37     OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
38 EXPECT_NE(mgr, nullptr);
39 OH_Drawing_FontMgrDestroy(mgr);
49 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
50 EXPECT_NE(mgr, nullptr);
51 int count = OH_Drawing_FontMgrGetFamilyCount(mgr);
54 char *familyName = OH_Drawing_FontMgrGetFamilyName(mgr, 0);
57 OH_Drawing_FontMgrDestroy(mgr);
67 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
68 EXPECT_NE(mgr, nullptr);
70 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0);
74 OH_Drawing_FontMgrDestroy(mgr);
84 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
85 EXPECT_NE(mgr, nullptr);
87 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrMatchFamily(mgr, matchFamilyName);
91 OH_Drawing_FontMgrDestroy(mgr);
102 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
103 EXPECT_NE(mgr, nullptr);
109 OH_Drawing_Typeface *typeface = OH_Drawing_FontMgrMatchFamilyStyle(mgr, matchFamilyName, normalStyle);
113 OH_Drawing_FontMgrDestroy(mgr);
123 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
124 EXPECT_NE(mgr, nullptr);
133 OH_Drawing_Typeface *CharTypeface = OH_Drawing_FontMgrMatchFamilyStyleCharacter(mgr, matchFamilyName,
138 OH_Drawing_FontMgrDestroy(mgr);
150 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
151 EXPECT_NE(mgr, nullptr);
155 OH_Drawing_FontMgrDestroy(mgr);
205 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
206 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0);
213 OH_Drawing_FontMgrDestroy(mgr);
223 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
224 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0);
231 OH_Drawing_FontMgrDestroy(mgr);
241 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
242 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0);
254 OH_Drawing_FontMgrDestroy(mgr);
264 OH_Drawing_FontMgr *mgr = OH_Drawing_FontMgrCreate();
265 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0);
272 OH_Drawing_FontMgrDestroy(mgr);