Searched refs:glyphEndOffset (Results 1 – 1 of 1) sorted by relevance
366 unsigned glyphEndOffset; in advance() local369 …glyphEndOffset = max<unsigned>(glyphStartOffset, static_cast<unsigned>(g + 1 < glyphCount ? comple… in advance()371 …glyphEndOffset = 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()