Searched defs:getFontTable (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLayoutEngine.h294 virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(tableTag, ignored); } function in class:LayoutEngine
H A DLayoutEngine.cpp531 const void *LayoutEngine::getFontTable(LETag tableTag, size_t &length) const function in class:LayoutEngine
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DOpenType.java365 public byte[] getFontTable(int sfntTag); method in interface:OpenType
378 public byte[] getFontTable(String strSfntTag); method in interface:OpenType
394 public byte[] getFontTable(int sfntTag, int offset, int count); method in interface:OpenType
411 public byte[] getFontTable(String strSfntTag, int offset, int count); method in interface:OpenType
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.cpp74 const void *FontInstanceAdapter::getFontTable(LETag tableTag, size_t &length) const function in class:FontInstanceAdapter

Completed in 96 milliseconds