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

  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 440 CFIndex characterIndex = complexTextRun.indexAt(i);
442 if (characterIndex < lastCharacterIndex)
445 if (characterIndex > lastCharacterIndex)
448 UChar ch = *(cp + characterIndex);
505 if (treatAsSpace && characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpacing())
539 lastCharacterIndex = characterIndex;
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 342 int characterIndex = spaceCharacters[k];
343 if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpacing())

Completed in 6691 milliseconds