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

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0)
591 fSrcIndex = fGlyphCount - 1;
626 if (position >= atPosition && position <= fSrcIndex) {
627 position += fDestIndex - fSrcIndex;
632 le_int32 src = fSrcIndex, dest = fDestIndex;
643 while (fSrcIndex > atPosition) {
644 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex];
645 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex];
648 fSrcIndex -= 1;
660 fSrcIndex
[all...]
H A DLEGlyphStorage.h85 le_int32 fSrcIndex; member in class:LEGlyphStorage

Completed in 48 milliseconds