Home | History | Annotate | Download | only in graphics

Lines Matching refs:TextRunIterator

41 class TextRunIterator {
43 TextRunIterator()
49 TextRunIterator(const TextRun* textRun, unsigned offset)
55 TextRunIterator(const TextRunIterator& other)
67 bool operator==(const TextRunIterator& other)
72 bool operator!=(const TextRunIterator& other) { return !operator==(other); }
402 BidiResolver<TextRunIterator, BidiCharacterRun> bidiResolver;
409 bidiResolver.setPosition(TextRunIterator(&run, 0));
410 bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()));