Searched refs:LigaturesState (Results 1 – 3 of 3) sorted by relevance
75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enum123 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState()124 …LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discreti… in discretionaryLigaturesState()125 …LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState()161 …void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commo… in setCommonLigaturesState()162 …void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryL… in setDiscretionaryLigaturesState()163 …void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesS… in setHistoricalLigaturesState()
392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()393 …FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesStat… in setFontVariantLigaturesValue()394 … FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
2403 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue()2404 …FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretiona… in getPropertyCSSValue()2405 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue()