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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 76 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState };
121 LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
122 LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
123 LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
153 void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; }
154 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }
155 void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
399 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
400 FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 87 milliseconds