Home | History | Annotate | Download | only in layout

Lines Matching refs:fDestIndex

23       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 -= 1;