Searched refs:font_path (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/tests/
H A DMinikinFontForTest.cpp25 MinikinFontForTest::MinikinFontForTest(const std::string& font_path) : argument
26 MinikinFontForTest(font_path, SkTypeface::CreateFromFile(font_path.c_str())) {
29 MinikinFontForTest::MinikinFontForTest(const std::string& font_path, SkTypeface* typeface) : argument
32 mFontPath(font_path) {
H A DMinikinFontForTest.h26 explicit MinikinFontForTest(const std::string& font_path);
27 MinikinFontForTest(const std::string& font_path, SkTypeface* typeface);
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py75 font_path = path.join(_fonts_dir, font_file)
77 return ttLib.TTFont(font_path, fontNumber=index)
79 return ttLib.TTFont(font_path)

Completed in 1272 milliseconds