Home
last modified time | relevance | path

Searched refs:spacingDisabled (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h106 bool spacingDisabled() const { return m_disableSpacing; } in spacingDisabled() function
DWidthIterator.cpp86 …ng = (m_font->letterSpacing() || m_font->wordSpacing() || m_expansion) && !m_run.spacingDisabled(); in advance()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp198 if (!run.spacingDisabled()) { in setPangoAttributes()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp418 …cing = (m_font.letterSpacing() || m_font.wordSpacing() || m_expansion) && !m_run.spacingDisabled(); in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1069595 (WebCore::TextRun::spacingDisabled):
80439 (WebCore::TextStyle::spacingDisabled):
DChangeLog-2009-06-1686942 Make the ATSUI code path respect spacingDisabled()
92409 (WebCore::WidthIterator::advance): Moved the spacingDisabled() test out
DChangeLog-2010-12-06111259 (WebCore::TextRun::spacingDisabled):