Home | History | Annotate | Download | only in css

Lines Matching defs:contextualLigaturesState

2312             FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLigaturesState();
2314 && historicalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState == FontDescription::NormalLigaturesState)
2324 if (contextualLigaturesState != FontDescription::NormalLigaturesState)
2325 valueList->append(cssValuePool().createIdentifierValue(contextualLigaturesState == FontDescription::DisabledLigaturesState ? CSSValueNoContextual : CSSValueContextual));