Home
last modified time | relevance | path

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

/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dtable_ltsh.cc24 LtshTable::LtshTable(RandomAccessFile &f, int offset, int length): in LtshTable() function in LtshTable
32 LtshTable::getLinearThreshold(int glyphNo) in getLinearThreshold()
H A Dttf.h173 class LtshTable; variable
229 LtshTable *ltshTable;
611 class LtshTable: public RandomAccessFile {
615 LtshTable(RandomAccessFile &f, int offset, int length);
H A Dttfont.cc85 ltshTable = new LtshTable(*this, offset, length); in TTFont()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DLtshTable.java19 public class LtshTable implements Table { class
27 protected LtshTable(final DirectoryEntry de, final DataInput di) throws IOException { in LtshTable() method in LtshTable
H A DTableFactory.java109 t = new LtshTable(de, dis); in create()