Searched refs:lookaheadGlyphCount (Results 1 – 1 of 1) sorted by relevance
402 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process() local404 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()419 if (!matchGlyphIDs(lookaheadGlyphArray, lookaheadGlyphCount, &tempIterator)) { in process()425 … (const SubstitutionLookupRecord *) &lookaheadGlyphArray[lookaheadGlyphCount + 1]; in process()488 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process() local490 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()507 …if (! matchGlyphClasses(lookaheadClassArray, lookaheadGlyphCount, &tempIterator, lookaheadClassDef… in process()513 … (const SubstitutionLookupRecord *) &lookaheadClassArray[lookaheadGlyphCount + 1]; in process()542 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process() local544 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()[all …]