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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h 35 , m_currentCharacter(currentCharacter)
42 if (m_currentCharacter >= m_lastCharacter)
53 m_currentCharacter += advanceLength;
56 int currentCharacter() const { return m_currentCharacter; }
61 int m_currentCharacter;
WidthIterator.cpp 43 , m_currentCharacter(0)
230 unsigned consumedCharacters = textIterator.currentCharacter() - m_currentCharacter;
231 m_currentCharacter = textIterator.currentCharacter();
243 if (m_currentCharacter >= static_cast<unsigned>(offset))
247 Latin1TextIterator textIterator(m_run.data8(m_currentCharacter), m_currentCharacter, offset, length);
251 SurrogatePairAwareTextIterator textIterator(m_run.data16(m_currentCharacter), m_currentCharacter, offset, length);
259 if (!advance(m_currentCharacter + 1))
WidthIterator.h 65 unsigned m_currentCharacter;
Font.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.h 38 if (m_currentCharacter >= m_lastCharacter)
53 m_currentCharacter += advanceLength;
56 int currentCharacter() const { return m_currentCharacter; }
64 int m_currentCharacter;
SurrogatePairAwareTextIterator.cpp 35 , m_currentCharacter(currentCharacter)
63 if (m_currentCharacter + 1 >= m_endCharacter)
80 if (m_currentCharacter + 1 >= m_endCharacter)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 46 , m_currentCharacter(0)
416 if (offset <= m_currentCharacter) {
424 m_currentCharacter = offset;
452 if (glyphStartOffset + complexTextRun.stringLocation() >= m_currentCharacter)
459 m_characterInCurrentGlyph = std::min(m_currentCharacter - complexTextRun.stringLocation(), glyphEndOffset) - glyphStartOffset;
473 if (glyphEndOffset + complexTextRun.stringLocation() > m_currentCharacter)
ComplexTextController.h 155 unsigned m_currentCharacter;

Completed in 183 milliseconds