Home
last modified time | relevance | path

Searched refs:applyRunRounding (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h206 bool applyRunRounding() const { return m_applyRunRounding; } in applyRunRounding() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp281 … || (m_run.applyRunRounding() && textIterator.currentCharacter() >= m_run.length())) { in advanceInternal()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp684 …) && !lastGlyph && Font::isRoundingHackCharacter(nextCh)) || (m_run.applyRunRounding() && lastGlyp… in adjustGlyphsAndAdvances()