Home
last modified time | relevance | path

Searched refs:getFonts (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontUtils.java48 public static Font[] getFonts(String fontFile) throws IOException { in getFonts() method in FontUtils
49 return getFonts(new FileInputStream(fontFile)); in getFonts()
61 public static Font[] getFonts(InputStream is) throws IOException { in getFonts() method in FontUtils
H A DFontInfoMain.java57 fonts = FontUtils.getFonts(fileName); in main()
/third_party/skia/modules/skparagraph/include/
H A DParagraph.h209 virtual std::vector<FontInfo> getFonts() const = 0;
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h269 std::vector<FontInfo> getFonts() const override;
H A DParagraphImpl.cpp2112 std::vector<Paragraph::FontInfo> ParagraphImpl::getFonts() const { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7627 auto fonts = paragraph->getFonts(); in UNIX_ONLY_TEST()

Completed in 24 milliseconds