HomeSort by relevance Sort by last modified time
    Searched refs:fSrcIndex (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0)
593 fSrcIndex = fGlyphCount - 1;
628 if (position >= atPosition && position <= fSrcIndex) {
629 position += fDestIndex - fSrcIndex;
634 le_int32 src = fSrcIndex, dest = fDestIndex;
645 while (fSrcIndex > atPosition) {
646 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex];
647 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex];
650 fSrcIndex -= 1;
662 fSrcIndex -= 1
    [all...]
LEGlyphStorage.h 85 le_int32 fSrcIndex;

Completed in 257 milliseconds