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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 267 if (m_run.applyWordRounding() && Font::isRoundingHackCharacter(character)) {
280 if ((m_run.applyWordRounding() && textIterator.currentCharacter() < m_run.length() && Font::isRoundingHackCharacter(*(textIterator.characters())))
Font.h 210 static bool isRoundingHackCharacter(UChar32 c)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 679 if (m_run.applyWordRounding() && Font::isRoundingHackCharacter(ch))
684 if ((m_run.applyWordRounding() && !lastGlyph && Font::isRoundingHackCharacter(nextCh)) || (m_run.applyRunRounding() && lastGlyph)) {

Completed in 789 milliseconds