Searched refs:lookaheadGlyphCount (Results 1 – 1 of 1) sorted by relevance
393 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process() local395 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()410 if (!matchGlyphIDs(lookaheadGlyphArray, lookaheadGlyphCount, &tempIterator)) { in process()416 … (const SubstitutionLookupRecord *) &lookaheadGlyphArray[lookaheadGlyphCount + 1]; in process()471 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process() local473 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()490 …if (! matchGlyphClasses(lookaheadClassArray, lookaheadGlyphCount, &tempIterator, lookaheadClassDef… in process()496 … (const SubstitutionLookupRecord *) &lookaheadClassArray[lookaheadGlyphCount + 1]; in process()525 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process() local527 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()[all …]