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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 108 LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
143 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; updateTypesettingFeatures(); }
FontDescription.cpp 201 if (discretionaryLigaturesState() == FontDescription::EnabledLigaturesState
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 389 scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState());
399 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState;
418 discretionaryLigaturesState = FontDescription::DisabledLigaturesState;
421 discretionaryLigaturesState = FontDescription::EnabledLigaturesState;
450 scope.fontDescription().setDiscretionaryLigaturesState(discretionaryLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 491 switch (description.discretionaryLigaturesState()) {
    [all...]

Completed in 595 milliseconds