Home
last modified time | relevance | path

Searched refs:glyphEndOffset (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp366 unsigned glyphEndOffset; in advance() local
369glyphEndOffset = max<unsigned>(glyphStartOffset, static_cast<unsigned>(g + 1 < glyphCount ? comple… in advance()
371glyphEndOffset = max<unsigned>(glyphStartOffset, static_cast<unsigned>(g > 0 ? complexTextRun.inde… in advance()
373 glyphEndOffset = complexTextRun.endOffsetAt(g); in advance()
384 …entGlyph = min(m_currentCharacter - complexTextRun.stringLocation(), glyphEndOffset) - glyphStartO… in advance()
388 if (glyphStartOffset == glyphEndOffset) { in advance()
393 ….width * (m_characterInCurrentGlyph - oldCharacterInCurrentGlyph) / (glyphEndOffset - glyphStartOf… in advance()
395 if (glyphEndOffset + complexTextRun.stringLocation() > m_currentCharacter) in advance()