Searched refs:m_expansion (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | WidthIterator.cpp | 61 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()
|
D | TextRun.h | 49 , m_expansion(expansion) in m_characters() 69 , m_expansion(expansion) 100 float expansion() const { return m_expansion; } in expansion() 128 float m_expansion; variable
|
D | WidthIterator.h | 53 float m_expansion; member
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.h | 126 …nsion(float expansion) { m_logicalWidth -= m_expansion; m_expansion = expansion; m_logicalWidth +=… in setExpansion() 177 …| (m_expansion && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
|
D | InlineBox.h | 65 , 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
|
D | InlineTextBox.cpp | 196 …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/ |
D | ComplexTextController.cpp | 65 , 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()
|
D | ComplexTextController.h | 177 float m_expansion; variable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 15934 * 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.
|
D | ChangeLog | 2631 … (WebCore::InlineTextBox::setExpansion): Changed back to take a int, since the m_expansion member
|