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

  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 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))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 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()))
    [all...]

Completed in 317 milliseconds