Searched refs:fDestIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLEGlyphStorage.cpp23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0)
592 fDestIndex = newGlyphCount - 1;
627 position += fDestIndex - fSrcIndex;
632 le_int32 src = fSrcIndex, dest = fDestIndex;
644 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex];
645 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex];
647 fDestIndex -= 1;
652 fGlyphs[fDestIndex] = newGlyphs[i];
653 fCharIndices[fDestIndex] = fCharIndices[atPosition];
655 fDestIndex
[all...]
H A DLEGlyphStorage.h92 le_int32 fDestIndex; member in class:LEGlyphStorage

Completed in 118 milliseconds