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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 54 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState };
72 , m_commonLigaturesState(NormalLigaturesState)
73 , m_discretionaryLigaturesState(NormalLigaturesState)
74 , m_historicalLigaturesState(NormalLigaturesState)
75 , m_contextualLigaturesState(NormalLigaturesState)
FontDescription.cpp 197 case FontDescription::NormalLigaturesState:
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 378 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState);
379 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState);
380 scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState);
381 scope.fontDescription().setContextualLigaturesState(FontDescription::NormalLigaturesState);
398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
399 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
400 FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState;
401 FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 487 case FontDescription::NormalLigaturesState:
498 case FontDescription::NormalLigaturesState:
509 case FontDescription::NormalLigaturesState:
520 case FontDescription::NormalLigaturesState:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 2337 milliseconds