Home | History | Annotate | Download | only in nav

Lines Matching refs:TextRunIterator

57 // TextRunIterator has been copied verbatim from GraphicsContext.cpp
60 class TextRunIterator {
62 TextRunIterator()
68 TextRunIterator(const TextRun* textRun, unsigned offset)
74 TextRunIterator(const TextRunIterator& other)
86 bool operator==(const TextRunIterator& other)
91 bool operator!=(const TextRunIterator& other) { return !operator==(other); }
104 BidiResolver<TextRunIterator, BidiCharacterRun> bidiResolver;
108 bidiResolver.setPosition(TextRunIterator(&run, 0));
109 bidiResolver.createBidiRunsForLine(TextRunIterator(&run, len));