Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_FontCollectionTest.cpp38 OH_Drawing_FontCollection* sharedFontCollection = OH_Drawing_CreateSharedFontCollection(); variable
39 EXPECT_EQ(sharedFontCollection == nullptr, false);
40 OH_Drawing_DisableFontCollectionFallback(sharedFontCollection);
41 OH_Drawing_DisableFontCollectionSystemFont(sharedFontCollection);
42 OH_Drawing_DestroyFontCollection(sharedFontCollection);