Searched refs:contextualLigaturesState (Results 1 – 5 of 5) sorted by relevance
110 …LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState() function145 …extualLigaturesState(LigaturesState contextualLigaturesState) { m_contextualLigaturesState = conte… in setContextualLigaturesState() argument
203 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) { in updateTypesettingFeatures()
401 … FontDescription::LigaturesState contextualLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local430 contextualLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()433 contextualLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()452 scope.fontDescription().setContextualLigaturesState(contextualLigaturesState); in setFontVariantLigaturesValue()
2341 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue() local2343 …ricalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDe… in getPropertyCSSValue()2353 if (contextualLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2354 …valueList->append(cssValuePool().createIdentifierValue(contextualLigaturesState == FontDescription… in getPropertyCSSValue()
513 switch (description.contextualLigaturesState()) { in setFontFeatures()