Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DSystemFontsTest.cpp55 TestableSystemFonts systemFonts; in TEST() local
62 TestableSystemFonts systemFonts; in TEST() local
64 systemFonts.registerDefault(fc); in TEST()
69 TestableSystemFonts systemFonts; in TEST() local
72 systemFonts.registerDefault(fc1); in TEST()
79 TestableSystemFonts systemFonts; in TEST() local
82 systemFonts.registerDefault(fc1); in TEST()
84 systemFonts.registerDefault(fc2); in TEST()
91 TestableSystemFonts systemFonts; in TEST() local
101 systemFonts.addFontMap(std::move(fc1)); in TEST()
[all …]
/aosp12/frameworks/minikin/libs/minikin/
H A DSystemFonts.cpp24 static SystemFonts systemFonts; in getInstance() local
25 return systemFonts; in getInstance()