Searched refs:characterIndex (Results 1 – 2 of 2) sorted by relevance
435 CFIndex characterIndex = complexTextRun.indexAt(i); in adjustGlyphsAndAdvances() local437 if (characterIndex < lastCharacterIndex) in adjustGlyphsAndAdvances()440 if (characterIndex > lastCharacterIndex) in adjustGlyphsAndAdvances()443 UChar ch = *(cp + characterIndex); in adjustGlyphsAndAdvances()499 …if (treatAsSpace && characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && … in adjustGlyphsAndAdvances()524 lastCharacterIndex = characterIndex; in adjustGlyphsAndAdvances()
314 int characterIndex = spaceCharacters[k]; in shapeAndPlaceItem() local316 if (characterIndex != -1) { in shapeAndPlaceItem()331 …if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpaci… in shapeAndPlaceItem()