Searched refs:tableOffset (Results 1 – 4 of 4) sorted by relevance
112 int tableOffset = fontFileOffset + 12 /* size of offset table */ in analyzeStyle() local114 if (buffer.getInt(tableOffset) == OS2_TABLE_TAG) { in analyzeStyle()115 os2TableOffset = buffer.getInt(tableOffset + 8 /* offset to the table */); in analyzeStyle()
496 int tableOffset = 0; in testDecodeExtendedFallback() local505 if (tableOffset < tableIndex.length && tableIndex[tableOffset] == c) { in testDecodeExtendedFallback()506 tableOffset++; in testDecodeExtendedFallback()
1145 for (int i = 1, tableOffset = 0; i <= maxSingleShiftCode; i++) {1146 if (sEnabledSingleShiftTables[tableOffset] == i) {1147 tableOffset++;
942 final int tableOffset = SparseMappingTable.getIndexFromKey(key); in dumpPss() local963 dumpPssSamples(pw, table, tableOffset); in dumpPss()