Searched refs:offsetBase (Results 1 – 5 of 5) sorted by relevance
43 size_t offsetBase = 0);45 size_t offsetBase = 0);
43 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
119 … GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack) in matchGlyphCoverages() argument132 … const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset); in matchGlyphCoverages()
1390 int32_t offsetBase = stackSize; in assignSlot() local1394 if (offsetBase % size) in assignSlot()1395 offsetBase += size - (offsetBase % size); in assignSlot()1399 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
331 self.offsetBase = file.tell() - 1332 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot343 offset = self.offsets[index] + self.offsetBase