Home | History | Annotate | Download | only in layout

Lines Matching refs:setCharIndex

212         fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
275 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success);
282 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success);
288 fGlyphStorage.setCharIndex(toPosition,saveIndex,success);
299 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success),success);
304 fGlyphStorage.setCharIndex(toPosition,charIndex,success);
315 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success),success);