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

  /external/icu4c/layout/
LEGlyphStorage.cpp 23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0)
594 fDestIndex = newGlyphCount - 1;
629 position += fDestIndex - fSrcIndex;
634 le_int32 src = fSrcIndex, dest = fDestIndex;
646 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex];
647 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex];
649 fDestIndex -= 1;
654 fGlyphs[fDestIndex] = newGlyphs[i];
655 fCharIndices[fDestIndex] = fCharIndices[atPosition];
657 fDestIndex -= 1
    [all...]
LEGlyphStorage.h 92 le_int32 fDestIndex;

Completed in 445 milliseconds