• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:fGlyphStorage

97     LEGlyphStorage &fGlyphStorage;  member in IndicReorderingOutput
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage), in IndicReorderingOutput()
212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
213 …fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar()
222 fGlyphStorage.setAuxData( charIndex, charFeatures, success ); in setFeatures()
229 return fGlyphStorage.getAuxData(charIndex,success); in getFeatures()
240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success); in decomposeReorderMatras()
241 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success); in decomposeReorderMatras()
269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success); in moveCharacter()
270 saveAuxData = fGlyphStorage.getAuxData(fromPosition,success); in moveCharacter()
275 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success); in moveCharacter()
276 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i-1,success2), success); in moveCharacter()
282 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success); in moveCharacter()
283 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i+1,success2), success); in moveCharacter()
288 fGlyphStorage.setCharIndex(toPosition,saveIndex,success); in moveCharacter()
289 fGlyphStorage.setAuxData(toPosition,saveAuxData,success); in moveCharacter()
299 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success),success); in insertCharacter()
300 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i-1,success), success); in insertCharacter()
304 fGlyphStorage.setCharIndex(toPosition,charIndex,success); in insertCharacter()
305 fGlyphStorage.setAuxData(toPosition,auxData,success); in insertCharacter()
315 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success),success); in removeCharacter()
316 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i+1,success), success); in removeCharacter()