Searched refs:LtshTable (Results 1 – 5 of 5) sorted by relevance
24 LtshTable::LtshTable(RandomAccessFile &f, int offset, int length): in LtshTable() function in LtshTable32 LtshTable::getLinearThreshold(int glyphNo) in getLinearThreshold()
173 class LtshTable; variable229 LtshTable *ltshTable;611 class LtshTable: public RandomAccessFile {615 LtshTable(RandomAccessFile &f, int offset, int length);
85 ltshTable = new LtshTable(*this, offset, length); in TTFont()
19 public class LtshTable implements Table { class27 protected LtshTable(final DirectoryEntry de, final DataInput di) throws IOException { in LtshTable() method in LtshTable
109 t = new LtshTable(de, dis); in create()