Searched refs:LigaturesState (Results 1 – 2 of 2) sorted by relevance
55 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enum144 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState()145 …LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discreti… in discretionaryLigaturesState()146 …LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState()147 …LigaturesState contextualLigaturesState() const { return static_cast<LigaturesState>(m_contextualL… in contextualLigaturesState()
2309 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue()2310 …FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretiona… in getPropertyCSSValue()2311 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue()2312 …FontDescription::LigaturesState contextualLigaturesState = style->fontDescription().contextualLiga… in getPropertyCSSValue()