Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp121 ligatures.contextual = contextualLigaturesState(); in variantLigatures()
226 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) { in updateTypesettingFeatures()
DFontDescription.h147 …LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2312 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue() local
2314 …ricalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDe… in getPropertyCSSValue()
2324 if (contextualLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2325 …valueList->append(cssValuePool().createIdentifierValue(contextualLigaturesState == FontDescription… in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp514 switch (description.contextualLigaturesState()) { in setFontFeatures()