/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
H A D | TestFontUtils.java | 60 public static Font[] loadFont(File file) throws IOException { in loadFont() method in TestFontUtils 61 return loadFont(file, true); in loadFont() 72 public static Font[] loadFont(File file, boolean fingerprint) throws IOException { in loadFont() method in TestFontUtils 94 public static Font[] loadFont(File file, byte[]... expectedFingerprints) throws IOException { in loadFont() method in TestFontUtils 95 Font[] fonts = loadFont(file, true); in loadFont() 206 Font[] fonts = TestFontUtils.loadFont(fontFile); in serializeFont()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | RuleDump.java | 20 Font[] fonts = loadFont(new File(fontName)); in main() 29 public static Font[] loadFont(File file) throws IOException { in loadFont() method in RuleDump
|
H A D | SFView.java | 18 Font[] fonts = loadFont(new File(fontName)); in main() 34 private static Font[] loadFont(File file) throws IOException { in loadFont() method in SFView
|
H A D | GsubRulesDump.java | 21 Font[] fonts = loadFont(new File(fontName)); in main() 33 private static Font[] loadFont(File file) throws IOException { in loadFont() method in GsubRulesDump
|
H A D | HtmlViewer.java | 21 Font[] fonts = loadFont(new File(args[0])); in main() 41 public static Font[] loadFont(File file) throws IOException { in loadFont() method in HtmlViewer
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
H A D | HdmxTests.java | 35 Font font = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testBasicHdmx() 60 Font font = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testHdmxBounds()
|
H A D | NameEditingTests.java | 61 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testChangeOneName() 93 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testModifyNameTableAndRevert() 120 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testRemoveOneName() 151 Font[] serializedFontArray = TestFontUtils.loadFont(serializedFontFile); in testClearAllNamesAndSetOne()
|
H A D | OTFBasicEditingTests.java | 55 Font[] originalFont = TestFontUtils.loadFont(TEST_FONT_FILE); in testBuildersToTables() 93 Font originalFont = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testChecksum()
|
H A D | MetricsTests.java | 36 Font[] fonts = TestFontUtils.loadFont(TEST_FONT_FILE); in testBasicHmtxValidity()
|
H A D | GPosTests.java | 25 fonts = TestFontUtils.loadFont(name.getFile()); in testGposFiles()
|
H A D | LoadingTests.java | 45 Font[] sFonts = TestFontUtils.loadFont(TEST_FONT_FILE); in testLoadingComparison()
|
H A D | NameTests.java | 54 Font[] fonts = TestFontUtils.loadFont(fontFile); in testNameEntries()
|
H A D | GlyphTests.java | 107 Font[] fonts = TestFontUtils.loadFont(test.fontFile); in checkTestSet()
|
H A D | CMapEditingTests.java | 82 Font font = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testCopyAllCMapToNewFont() 169 //Font originalFont = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testCMap4Editing()
|
/third_party/skia/modules/skresources/include/ |
H A D | SkResources.h | 170 virtual sk_sp<SkData> loadFont(const char[] /* name */, in loadFont() function in skresources::ResourceProvider 211 sk_sp<SkData> loadFont(const char[], const char[]) const override;
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/ |
H A D | EOTWriterTest.java | 37 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in testBasicEot()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | htmlcanvas.js | 24 this.loadFont = function(buffer, descriptors) {
|
/third_party/skia/modules/skresources/src/ |
H A D | SkResources.cpp | 233 sk_sp<SkData> ResourceProviderProxyBase::loadFont(const char name[], const char url[]) const { in loadFont() function in skresources::ResourceProviderProxyBase 234 return fProxy ? fProxy->loadFont(name, url) in loadFont()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 620 private void loadFont(InputStream is) throws IOException { in loadFont() method in Font.Builder 635 private void loadFont(WritableFontData wfd, int offsetToOffsetTable) throws IOException { in loadFont() method in Font.Builder 647 builder.loadFont(is); in getOTFBuilder() 654 builder.loadFont(wfd, offsetToOffsetTable); in getOTFBuilder()
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | node.example.js | 17 canvas.loadFont(fontData, {
|
/third_party/skia/modules/canvaskit/ |
H A D | particles_bindings.cpp | 56 sk_sp<SkData> loadFont(const char name[], const char[] /* url */) const override {
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | BasicSubsetTests.java | 49 Font[] srcFontArray = TestFontUtils.loadFont(fontFile); in testSubsetGlyphs()
|
H A D | HintStripTest.java | 54 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in setUp()
|
H A D | RenumberingSubsetTest.java | 58 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in setUp()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.h | 227 int loadFont(const SkTypeface_FreeType::Scanner& scanner, const char* fname);
|