HomeSort by relevance Sort by last modified time
    Searched refs:TextRunIterator (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 38 class TextRunIterator {
40 TextRunIterator()
46 TextRunIterator(const TextRun* textRun, unsigned offset)
52 TextRunIterator(const TextRunIterator& other)
64 bool operator==(const TextRunIterator& other)
69 bool operator!=(const TextRunIterator& other) { return !operator==(other); }
346 BidiResolver<TextRunIterator, BidiCharacterRun> bidiResolver;
351 bidiResolver.setPosition(TextRunIterator(&run, 0));
352 bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()))
    [all...]
  /external/webkit/WebKit/android/nav/
SelectText.cpp 53 // TextRunIterator has been copied verbatim from GraphicsContext.cpp
56 class TextRunIterator {
58 TextRunIterator()
64 TextRunIterator(const TextRun* textRun, unsigned offset)
70 TextRunIterator(const TextRunIterator& other)
82 bool operator==(const TextRunIterator& other)
87 bool operator!=(const TextRunIterator& other) { return !operator==(other); }
100 BidiResolver<TextRunIterator, BidiCharacterRun> bidiResolver;
103 bidiResolver.setPosition(TextRunIterator(&run, 0))
    [all...]

Completed in 33 milliseconds