Searched refs:contextualLigaturesState (Results 1 – 4 of 4) sorted by relevance
121 ligatures.contextual = contextualLigaturesState(); in variantLigatures()226 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) { in updateTypesettingFeatures()
147 …LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState() function
2312 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue() local2314 …ricalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDe… in getPropertyCSSValue()2324 if (contextualLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2325 …valueList->append(cssValuePool().createIdentifierValue(contextualLigaturesState == FontDescription… in getPropertyCSSValue()
514 switch (description.contextualLigaturesState()) { in setFontFeatures()