Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp435 CFIndex characterIndex = complexTextRun.indexAt(i); in adjustGlyphsAndAdvances() local
437 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()
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp314 int characterIndex = spaceCharacters[k]; in shapeAndPlaceItem() local
316 if (characterIndex != -1) { in shapeAndPlaceItem()
331 …if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpaci… in shapeAndPlaceItem()