Searched refs:tableOffset (Results 1 – 4 of 4) sorted by relevance
118 int tableOffset = fontFileOffset + 12 /* size of offset table */ in analyzeStyle() local120 if (buffer.getInt(tableOffset) == OS2_TABLE_TAG) { in analyzeStyle()121 os2TableOffset = buffer.getInt(tableOffset + 8 /* offset to the table */); in analyzeStyle()241 int tableOffset = fontFileOffset + 12 /* size of offset table */ in getSupportedAxes() local243 if (buffer.getInt(tableOffset) == FVAR_TABLE_TAG) { in getSupportedAxes()244 fvarTableOffset = buffer.getInt(tableOffset + 8 /* offset to the table */); in getSupportedAxes()
505 int tableOffset = 0; in testDecodeExtendedFallback() local514 if (tableOffset < tableIndex.length && tableIndex[tableOffset] == c) { in testDecodeExtendedFallback()515 tableOffset++; in testDecodeExtendedFallback()
1145 for (int i = 1, tableOffset = 0; i <= maxSingleShiftCode; i++) {1146 if (sEnabledSingleShiftTables[tableOffset] == i) {1147 tableOffset++;
1048 final int tableOffset = SparseMappingTable.getIndexFromKey(key); in dumpPss() local1069 dumpPssSamples(pw, table, tableOffset); in dumpPss()