Home
last modified time | relevance | path

Searched refs:glyphStorage (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor2.cpp125 glyphStorage[x - 1] = glyphStorage[x]; in doRearrangementAction()
146 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
161 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
181 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
207 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
233 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
259 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
287 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
317 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
347 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
[all …]
H A DIndicRearrangementProcessor.cpp128 glyphStorage[x - 1] = glyphStorage[x]; in doRearrangementAction()
149 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
164 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
184 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
210 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
236 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
262 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
290 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
320 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
350 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
[all …]
H A DMPreFixups.cpp68 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) in apply() argument
79 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
83 while (glyphStorage[mpreLimit] == 0xFFFF || glyphStorage[mpreLimit] == 0xFFFE) { in apply()
108 mpreSave[i] = glyphStorage[mpreIndex + i]; in apply()
109 … indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i]; in apply()
113 LEGlyphID glyph = glyphStorage[mpreLimit + i]; in apply()
114 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply()
116 glyphStorage[mpreIndex + i] = glyph; in apply()
117 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); in apply()
121 glyphStorage[mpreDest + i] = mpreSave[i]; in apply()
[all …]
H A DArabicLayoutEngine.cpp114 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
115 glyphStorage.allocateAuxData(success); in characterProcessing()
122 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing()
127 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
133 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
148 adjustMarkGlyphs(glyphStorage, &filter, success); in adjustGlyphPositions()
155 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()
194 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
221 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
224 glyphStorage[out] = (LEGlyphID) chars[offset + i]; in mapCharsToGlyphs()
[all …]
H A DThaiShaping.cpp177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
219 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
225 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
308 output, glyphStorage, outputIndex); in compose()
313 output, glyphStorage, outputIndex); in compose()
[all …]
H A DOpenTypeLayoutEngine.cpp345 glyphStorage.allocateAuxData(success); in characterProcessing()
348 glyphStorage.setAuxData(i, fFeatureMask, success); in characterProcessing()
420 glyphStorage.adoptGlyphArray(tempGlyphStorage); in glyphPostProcessing()
421 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
422 glyphStorage.adoptAuxDataArray(tempGlyphStorage); in glyphPostProcessing()
423 glyphStorage.adoptGlyphCount(tempGlyphStorage); in glyphPostProcessing()
425 return glyphStorage.getGlyphCount(); in glyphPostProcessing()
483 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
527 kt.process(glyphStorage, success); in adjustGlyphPositions()
572 LEGlyphID glyph = glyphStorage[g]; in adjustGlyphPositions()
[all …]
H A DIndicLayoutEngine.cpp82 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing() argument
94 …enTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success); in glyphProcessing()
102 IndicReordering::finalReordering(glyphStorage,retCount); in glyphProcessing()
104 IndicReordering::applyPresentationForms(glyphStorage,retCount); in glyphProcessing()
106 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); in glyphProcessing()
109 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success); in glyphProcessing()
118 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
140 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
141 glyphStorage.allocateAuxData(success); in characterProcessing()
154 … = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStorage, success); in characterProcessing()
[all …]
H A DContextualGlyphInsertionProc2.cpp66 void ContextualGlyphInsertionProcessor2::doInsertion(LEGlyphStorage &glyphStorage, in doInsertion() argument
73 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); in doInsertion()
86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph]; in doInsertion()
89 insertGlyphs[count] = glyphStorage[atGlyph]; in doInsertion()
95 glyphStorage.applyInsertions(); in doInsertion()
98 le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_in… in processStateEntry() argument
110 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
117 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
122 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
129 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
H A DLayoutEngine.cpp385 return glyphStorage.getGlyphCount(); in computeGlyphs()
396 glyphStorage.allocatePositions(success); in positionGlyphs()
402 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()
407 glyphStorage.setPosition(i, x, y, success); in positionGlyphs()
417 glyphStorage.setPosition(glyphCount, x, y, success); in positionGlyphs()
441 kt.process(glyphStorage, success); in adjustGlyphPositions()
451 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
464 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs()
473 glyphStorage.adjustPosition(p, xAdjust, 0, success); in adjustMarkGlyphs()
475 if (markFilter->accept(glyphStorage[p], success)) { in adjustMarkGlyphs()
[all …]
H A DHangulLayoutEngine.cpp235 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
255 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
256 glyphStorage.allocateAuxData(success); in characterProcessing()
283 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
290 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
296 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
302 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
344 glyphStorage.setCharIndex(outCharCount, inStart-offset, success); in characterProcessing()
345 glyphStorage.setAuxData(outCharCount++, nullFeatures, success); in characterProcessing()
352 glyphStorage.setCharIndex(outCharCount, d - offset, success); in characterProcessing()
[all …]
H A DGlyphIterator.cpp51 le_int32 glyphCount = glyphStorage.getGlyphCount(); in GlyphIterator()
72 : glyphStorage(that.glyphStorage) in GlyphIterator()
91 : glyphStorage(that.glyphStorage) in GlyphIterator()
110 : glyphStorage(that.glyphStorage) in GlyphIterator()
144 return glyphStorage.insertGlyphs(position, count, success); in insertGlyphs()
149 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions()
192 return glyphStorage[position]; in getCurrGlyphID()
237 LEGlyphID glyph = glyphStorage[position]; in setCurrGlyphID()
239 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID); in setCurrGlyphID()
404 LEGlyphID glyphID = glyphStorage[index]; in filterGlyph()
[all …]
H A DContextualGlyphSubstProc.cpp70 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le… in processStateEntry() argument
80 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
84 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry()
87 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
91 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
95 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry()
98 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
H A DThaiLayoutEngine.cpp84 …e_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &s… in computeGlyphs() argument
107 glyphStorage.allocateGlyphArray(count * 2, FALSE, success); in computeGlyphs()
115 …hCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage); in computeGlyphs()
116 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success); in computeGlyphs()
120 glyphStorage.adoptGlyphCount(glyphCount); in computeGlyphs()
126 LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
140 kt.process(glyphStorage, success); in adjustGlyphPositions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp128 glyphStorage[x - 1] = glyphStorage[x]; in doRearrangementAction()
149 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
164 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
184 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
210 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
236 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
262 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
290 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
320 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
350 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
[all …]
H A DIndicRearrangementProcessor2.cpp125 glyphStorage[x - 1] = glyphStorage[x]; in doRearrangementAction()
146 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
161 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
181 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
207 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
233 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
259 glyphStorage[x + 2] = glyphStorage[x]; in doRearrangementAction()
287 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
317 glyphStorage[x + 1] = glyphStorage[x]; in doRearrangementAction()
347 glyphStorage[x - 2] = glyphStorage[x]; in doRearrangementAction()
[all …]
H A DMPreFixups.cpp68 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) in apply() argument
79 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
83 while (glyphStorage[mpreLimit] == 0xFFFF || glyphStorage[mpreLimit] == 0xFFFE) { in apply()
108 mpreSave[i] = glyphStorage[mpreIndex + i]; in apply()
109 … indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i]; in apply()
113 LEGlyphID glyph = glyphStorage[mpreLimit + i]; in apply()
114 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply()
116 glyphStorage[mpreIndex + i] = glyph; in apply()
117 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); in apply()
121 glyphStorage[mpreDest + i] = mpreSave[i]; in apply()
[all …]
H A DArabicLayoutEngine.cpp114 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
115 glyphStorage.allocateAuxData(success); in characterProcessing()
122 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing()
127 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
133 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
148 adjustMarkGlyphs(glyphStorage, &filter, success); in adjustGlyphPositions()
155 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()
194 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
221 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
224 glyphStorage[out] = (LEGlyphID) chars[offset + i]; in mapCharsToGlyphs()
[all …]
H A DThaiShaping.cpp177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
219 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
225 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
308 output, glyphStorage, outputIndex); in compose()
313 output, glyphStorage, outputIndex); in compose()
[all …]
H A DOpenTypeLayoutEngine.cpp345 glyphStorage.allocateAuxData(success); in characterProcessing()
348 glyphStorage.setAuxData(i, fFeatureMask, success); in characterProcessing()
420 glyphStorage.adoptGlyphArray(tempGlyphStorage); in glyphPostProcessing()
421 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
422 glyphStorage.adoptAuxDataArray(tempGlyphStorage); in glyphPostProcessing()
423 glyphStorage.adoptGlyphCount(tempGlyphStorage); in glyphPostProcessing()
425 return glyphStorage.getGlyphCount(); in glyphPostProcessing()
483 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
527 kt.process(glyphStorage, success); in adjustGlyphPositions()
572 LEGlyphID glyph = glyphStorage[g]; in adjustGlyphPositions()
[all …]
H A DIndicLayoutEngine.cpp82 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing() argument
94 …enTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success); in glyphProcessing()
102 IndicReordering::finalReordering(glyphStorage,retCount); in glyphProcessing()
104 IndicReordering::applyPresentationForms(glyphStorage,retCount); in glyphProcessing()
106 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); in glyphProcessing()
109 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success); in glyphProcessing()
118 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
140 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
141 glyphStorage.allocateAuxData(success); in characterProcessing()
154 … = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStorage, success); in characterProcessing()
[all …]
H A DContextualGlyphInsertionProc2.cpp66 void ContextualGlyphInsertionProcessor2::doInsertion(LEGlyphStorage &glyphStorage, in doInsertion() argument
73 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); in doInsertion()
86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph]; in doInsertion()
89 insertGlyphs[count] = glyphStorage[atGlyph]; in doInsertion()
95 glyphStorage.applyInsertions(); in doInsertion()
98 le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_in… in processStateEntry() argument
110 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
117 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
122 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
129 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
H A DLayoutEngine.cpp385 return glyphStorage.getGlyphCount(); in computeGlyphs()
396 glyphStorage.allocatePositions(success); in positionGlyphs()
402 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()
407 glyphStorage.setPosition(i, x, y, success); in positionGlyphs()
417 glyphStorage.setPosition(glyphCount, x, y, success); in positionGlyphs()
441 kt.process(glyphStorage, success); in adjustGlyphPositions()
451 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
464 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs()
473 glyphStorage.adjustPosition(p, xAdjust, 0, success); in adjustMarkGlyphs()
475 if (markFilter->accept(glyphStorage[p], success)) { in adjustMarkGlyphs()
[all …]
H A DHangulLayoutEngine.cpp235 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
255 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
256 glyphStorage.allocateAuxData(success); in characterProcessing()
283 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
290 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
296 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
302 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing()
344 glyphStorage.setCharIndex(outCharCount, inStart-offset, success); in characterProcessing()
345 glyphStorage.setAuxData(outCharCount++, nullFeatures, success); in characterProcessing()
352 glyphStorage.setCharIndex(outCharCount, d - offset, success); in characterProcessing()
[all …]
H A DGlyphIterator.cpp51 le_int32 glyphCount = glyphStorage.getGlyphCount(); in GlyphIterator()
72 : glyphStorage(that.glyphStorage) in GlyphIterator()
91 : glyphStorage(that.glyphStorage) in GlyphIterator()
110 : glyphStorage(that.glyphStorage) in GlyphIterator()
144 return glyphStorage.insertGlyphs(position, count, success); in insertGlyphs()
149 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions()
192 return glyphStorage[position]; in getCurrGlyphID()
237 LEGlyphID glyph = glyphStorage[position]; in setCurrGlyphID()
239 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID); in setCurrGlyphID()
404 LEGlyphID glyphID = glyphStorage[index]; in filterGlyph()
[all …]
H A DContextualGlyphSubstProc.cpp70 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le… in processStateEntry() argument
80 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
84 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry()
87 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
91 if (currGlyph < 0 || currGlyph >= glyphStorage.getGlyphCount()) { in processStateEntry()
95 LEGlyphID thisGlyph = glyphStorage[currGlyph]; in processStateEntry()
98 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()

123456789