Searched refs:historicalLigaturesState (Results 1 – 4 of 4) sorted by relevance
120 ligatures.historical = historicalLigaturesState(); in variantLigatures()225 || historicalLigaturesState() == FontDescription::EnabledLigaturesState in updateTypesettingFeatures()
146 …LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState() function
2311 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue() local2314 …&& historicalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState =… in getPropertyCSSValue()2322 if (historicalLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2323 …valueList->append(cssValuePool().createIdentifierValue(historicalLigaturesState == FontDescription… in getPropertyCSSValue()
503 switch (description.historicalLigaturesState()) { in setFontFeatures()