Home
last modified time | relevance | path

Searched refs:m_expansion (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp61 m_expansion = m_run.expansion(); in WidthIterator()
62 if (!m_expansion) in WidthIterator()
73 m_expansionPerOpportunity = m_expansion / expansionOpportunityCount; in WidthIterator()
86 …bool hasExtraSpacing = (m_font->letterSpacing() || m_font->wordSpacing() || m_expansion) && !m_run… in advance()
167 if (m_expansion) { in advance()
170 m_expansion -= m_expansionPerOpportunity; in advance()
181 m_expansion -= m_expansionPerOpportunity; in advance()
DTextRun.h49 , m_expansion(expansion) in m_characters()
69 , m_expansion(expansion)
100 float expansion() const { return m_expansion; } in expansion()
128 float m_expansion; variable
DWidthIterator.h53 float m_expansion; member
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h126 …nsion(float expansion) { m_logicalWidth -= m_expansion; m_expansion = expansion; m_logicalWidth +=… in setExpansion()
177 …| (m_expansion && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
DInlineBox.h65 , m_expansion(0) in InlineBox()
100 , m_expansion(0) in InlineBox()
297 int expansion() const { return m_expansion; } in expansion()
364 int m_expansion : 11; // for justified text variable
DInlineTextBox.cpp196 …nRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehav… in selectionRect()
653 …TextRun textRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansion… in paint()
828 …t, TextRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in paintSelection()
852 …characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in paintCompositionBackground()
1014 …characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in paintSpellingOrGrammarMarker()
1059 …characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in paintTextMatchMarker()
1091 …characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in computeRectForReplacementMarker()
1252 …textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(… in offsetForPosition()
1272 …characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehav… in positionForOffset()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp65 , m_expansion(run.expansion()) in ComplexTextController()
74 if (!m_expansion) in ComplexTextController()
85 m_expansionPerOpportunity = m_expansion / expansionOpportunityCount; in ComplexTextController()
418 …bool hasExtraSpacing = (m_font.letterSpacing() || m_font.wordSpacing() || m_expansion) && !m_run.s… in adjustGlyphsAndAdvances()
480 if (m_expansion) { in adjustGlyphsAndAdvances()
483 m_expansion -= m_expansionPerOpportunity; in adjustGlyphsAndAdvances()
491 m_expansion -= m_expansionPerOpportunity; in adjustGlyphsAndAdvances()
DComplexTextController.h177 float m_expansion; variable
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1615934 * platform/graphics/WidthIterator.h: Renamed m_padding to m_expansion and m_padPerSpace
15952 …* platform/graphics/mac/ComplexTextController.h: Renamed m_padding to m_expansion and m_padPerSpace
15971 (WebCore::InlineBox::InlineBox): Renamed m_toAdd to m_expansion.
DChangeLog2631 … (WebCore::InlineTextBox::setExpansion): Changed back to take a int, since the m_expansion member