Home
last modified time | relevance | path

Searched refs:dumpFont (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
DSfntDump.java204 dumper.dumpFont(file); in main()
213 dumper.dumpFont(fontFile); in main()
356 public void dumpFont(File fontFile) throws IOException { in dumpFont() method in SfntDump
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
DSfntDump.java204 dumper.dumpFont(file); in main()
213 dumper.dumpFont(fontFile); in main()
356 public void dumpFont(File fontFile) throws IOException { in dumpFont() method in SfntDump
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.h117 void dumpFont(const FontInfo& font) const;
DFontConfig_ohos.cpp421 void FontConfig_OHOS::dumpFont(const FontInfo& font) const in dumpFont() function in FontConfig_OHOS
451 dumpFont(*font); in dumpGeneric()
478 this->dumpFont(*font); in dumpFallback()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch76213 +void FontConfig_OHOS::dumpFont(const FontInfo& font) const
76243 + dumpFont(*font);
76270 + this->dumpFont(*font);
77171 + void dumpFont(const FontInfo& font) const;