Home
last modified time | relevance | path

Searched defs:fontMgr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dfont_mgr_test.cpp162 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
184 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
206 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
228 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
247 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
266 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); variable
286 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); variable
306 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); variable
321 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp40 FontMgr* fontMgr = reinterpret_cast<FontMgr*>(drawingFontMgr); in CastToFontMgr() local
50 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); in OH_Drawing_FontMgrCreate() local
67 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrGetFamilyCount() local
95 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrGetFamilyName() local
119 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrCreateFontStyleSet() local
147 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrMatchFamily() local
164 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrMatchFamilyStyle() local
183 FontMgr* fontMgr = CastToFontMgr(drawingFontMgr); in OH_Drawing_FontMgrMatchFamilyStyleCharacter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp74 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); in FontMgrFuzzTest002() local
91 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest003() local
137 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest004() local
183 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest005() local
251 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest006() local
287 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest007() local
316 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest008() local
350 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); in FontMgrFuzzTest009() local
368 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontMgrFuzzTest010() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dfont_collection_test.cpp42 std::shared_ptr<Drawing::FontMgr> fontMgr = fontCollection->GetFontMgr(); variable
76 std::shared_ptr<Drawing::FontMgr> fontMgr = fontCollection->GetFontMgr(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/
H A Dfontstyleset_fuzzer.cpp44 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontStyleSetFuzzTest001() local
78 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDynamicFontMgr(); in FontStyleSetFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp112 std::shared_ptr<Drawing::FontMgr> fontMgr = Drawing::FontMgr::CreateDynamicFontMgr(); in ParserInstallFontsPathList() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp202 std::shared_ptr<FontMgr> fontMgr = FontMgr::CreateDefaultFontMgr(); in GetFallbackFont() local