Home
last modified time | relevance | path

Searched refs:commonLigaturesState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h107 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState() function
142 …id setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonL… in setCommonLigaturesState() argument
DFontDescription.cpp190 switch (commonLigaturesState()) { in updateTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp388 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState()); in setFontVariantLigaturesInherit()
398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local
412 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
415 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
449 scope.fontDescription().setCommonLigaturesState(commonLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2338 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue() local
2342 …if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState =… in getPropertyCSSValue()
2347 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2348 …valueList->append(cssValuePool().createIdentifierValue(commonLigaturesState == FontDescription::Di… in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp479 switch (description.commonLigaturesState()) { in setFontFeatures()