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

  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 43 typedef unsigned ExpansionBehavior;
45 TextRun(const UChar* c, int len, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
50 , m_expansionBehavior(expansionBehavior)
65 TextRun(const String& s, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
70 , m_expansionBehavior(expansionBehavior)
129 ExpansionBehavior m_expansionBehavior;
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 174 TextRun::ExpansionBehavior expansionBehavior() const
InlineTextBox.cpp 196 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
653 TextRun textRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride || styleToUse->visuallyOrdered());
    [all...]

Completed in 43 milliseconds