Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h110 …LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState() function
145 …extualLigaturesState(LigaturesState contextualLigaturesState) { m_contextualLigaturesState = conte… in setContextualLigaturesState() argument
DFontDescription.cpp203 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) { in updateTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp401 … FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local
430 contextualLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
433 contextualLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
452 scope.fontDescription().setContextualLigaturesState(contextualLigaturesState); in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2341 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue() local
2343 …ricalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDe… in getPropertyCSSValue()
2353 if (contextualLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2354 …valueList->append(cssValuePool().createIdentifierValue(contextualLigaturesState == FontDescription… in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp513 switch (description.contextualLigaturesState()) { in setFontFeatures()