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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 109 LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
144 void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState; updateTypesettingFeatures(); }
FontDescription.cpp 202 || historicalLigaturesState() == FontDescription::EnabledLigaturesState
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 390 scope.fontDescription().setHistoricalLigaturesState(parentFontDescription.historicalLigaturesState());
391 scope.fontDescription().setContextualLigaturesState(parentFontDescription.historicalLigaturesState());
400 FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
424 historicalLigaturesState = FontDescription::DisabledLigaturesState;
427 historicalLigaturesState = FontDescription::EnabledLigaturesState;
451 scope.fontDescription().setHistoricalLigaturesState(historicalLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 502 switch (description.historicalLigaturesState()) {
    [all...]

Completed in 191 milliseconds