Home
last modified time | relevance | path

Searched refs:loadFont (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestFontUtils.java60 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 DRuleDump.java20 Font[] fonts = loadFont(new File(fontName)); in main()
29 public static Font[] loadFont(File file) throws IOException { in loadFont() method in RuleDump
H A DSFView.java18 Font[] fonts = loadFont(new File(fontName)); in main()
34 private static Font[] loadFont(File file) throws IOException { in loadFont() method in SFView
H A DGsubRulesDump.java21 Font[] fonts = loadFont(new File(fontName)); in main()
33 private static Font[] loadFont(File file) throws IOException { in loadFont() method in GsubRulesDump
H A DHtmlViewer.java21 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 DHdmxTests.java35 Font font = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testBasicHdmx()
60 Font font = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testHdmxBounds()
H A DNameEditingTests.java61 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 DOTFBasicEditingTests.java55 Font[] originalFont = TestFontUtils.loadFont(TEST_FONT_FILE); in testBuildersToTables()
93 Font originalFont = TestFontUtils.loadFont(TEST_FONT_FILE)[0]; in testChecksum()
H A DMetricsTests.java36 Font[] fonts = TestFontUtils.loadFont(TEST_FONT_FILE); in testBasicHmtxValidity()
H A DGPosTests.java25 fonts = TestFontUtils.loadFont(name.getFile()); in testGposFiles()
H A DLoadingTests.java45 Font[] sFonts = TestFontUtils.loadFont(TEST_FONT_FILE); in testLoadingComparison()
H A DNameTests.java54 Font[] fonts = TestFontUtils.loadFont(fontFile); in testNameEntries()
H A DGlyphTests.java107 Font[] fonts = TestFontUtils.loadFont(test.fontFile); in checkTestSet()
H A DCMapEditingTests.java82 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 DSkResources.h170 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 DEOTWriterTest.java37 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in testBasicEot()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dhtmlcanvas.js24 this.loadFont = function(buffer, descriptors) {
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp233 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 DFont.java620 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 Dnode.example.js17 canvas.loadFont(fontData, {
/third_party/skia/modules/canvaskit/
H A Dparticles_bindings.cpp56 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 DBasicSubsetTests.java49 Font[] srcFontArray = TestFontUtils.loadFont(fontFile); in testSubsetGlyphs()
H A DHintStripTest.java54 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in setUp()
H A DRenumberingSubsetTest.java58 Font srcFont = TestFontUtils.loadFont(fontFile)[0]; in setUp()
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h227 int loadFont(const SkTypeface_FreeType::Scanner& scanner, const char* fname);

Completed in 18 milliseconds

12