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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 110 LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualLigaturesState); }
145 void setContextualLigaturesState(LigaturesState contextualLigaturesState) { m_contextualLigaturesState = contextualLigaturesState; updateTypesettingFeatures(); }
FontDescription.cpp 203 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 401 FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState;
430 contextualLigaturesState = FontDescription::DisabledLigaturesState;
433 contextualLigaturesState = FontDescription::EnabledLigaturesState;
452 scope.fontDescription().setContextualLigaturesState(contextualLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 513 switch (description.contextualLigaturesState()) {
    [all...]

Completed in 82 milliseconds