Home | History | Annotate | Download | only in layout

Lines Matching full:targetposition

1017             le_int32 targetPosition = i+1;
1021 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1022 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1028 targetPosition++;
1036 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1040 targetPosition--;
1047 le_int32 checkMatraPosition = targetPosition+1;
1057 targetPosition = checkMatraPosition;
1062 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask);