Searched defs:font_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/tests/util/
H A DMinikinFontForTest.cpp37 MinikinFontForTest::MinikinFontForTest(const std::string& font_path, int index, argument
40 mFontPath(font_path),
43 int fd = open(font_path.c_str(), O_RDONLY);
H A DMinikinFontForTest.h28 MinikinFontForTest(const std::string& font_path, int index,
30 MinikinFontForTest(const std::string& font_path, int index) argument
31 : MinikinFontForTest(font_path, index, std::vector<FontVariation>()) {}
32 MinikinFontForTest(const std::string& font_path) : MinikinFontForTest(font_path, 0) {} argument

Completed in 56 milliseconds