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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 107 LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
142 void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; updateTypesettingFeatures(); }
FontDescription.cpp 190 switch (commonLigaturesState()) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 388 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState());
398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState;
412 commonLigaturesState = FontDescription::DisabledLigaturesState;
415 commonLigaturesState = FontDescription::EnabledLigaturesState;
449 scope.fontDescription().setCommonLigaturesState(commonLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 479 switch (description.commonLigaturesState()) {
    [all...]

Completed in 155 milliseconds