Home
last modified time | relevance | path

Searched defs:loadFont (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java60 public static Font[] loadFont(File file) throws IOException { in loadFont() method in TestFontUtils
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
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DSFView.java34 private static Font[] loadFont(File file) throws IOException { in loadFont() method in SFView
DRuleDump.java29 public static Font[] loadFont(File file) throws IOException { in loadFont() method in RuleDump
DHtmlViewer.java41 public static Font[] loadFont(File file) throws IOException { in loadFont() method in HtmlViewer
DGsubRulesDump.java33 private static Font[] loadFont(File file) throws IOException { in loadFont() method in GsubRulesDump
/third_party/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js24 this.loadFont = function(buffer, descriptors) { method in HTMLCanvas
/third_party/skia/modules/skresources/include/
DSkResources.h170 virtual sk_sp<SkData> loadFont(const char[] /* name */, in loadFont() function
/third_party/skia/modules/canvaskit/
Dparticles_bindings.cpp56 sk_sp<SkData> loadFont(const char name[], const char[] /* url */) const override { in loadFont() function in __anonfdde10ba0111::ParticleAssetProvider
Dskottie_bindings.cpp84 sk_sp<SkData> loadFont(const char name[], const char[] /* url */) const override { in loadFont() function in __anon6828aa560111::SkottieAssetProvider
Dexterns.js1075 HTMLCanvas.prototype.loadFont = function() {}; method in HTMLCanvas
/third_party/skia/modules/skresources/src/
DSkResources.cpp233 sk_sp<SkData> ResourceProviderProxyBase::loadFont(const char name[], const char url[]) const { in loadFont() function in skresources::ResourceProviderProxyBase
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
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
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp84 sk_sp<SkData> loadFont(const char name[], const char[] /* url */) const override { in loadFont() function in __anonf33c5fda0111::SkottieAssetProvider
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp1010 int FontConfig_OHOS::loadFont(const SkTypeface_FreeType::Scanner& scanner, const char* fname) in loadFont() function in FontConfig_OHOS
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts577 loadFont(bytes: ArrayBuffer | Uint8Array, descriptors: Record<string, string>): void; method