Searched refs:NormalLigaturesState (Results 1 – 4 of 4) sorted by relevance
75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator90 , m_commonLigaturesState(NormalLigaturesState) in FontDescription()91 , m_discretionaryLigaturesState(NormalLigaturesState) in FontDescription()92 , m_historicalLigaturesState(NormalLigaturesState) in FontDescription()
280 case FontDescription::NormalLigaturesState: in computeTypesettingFeatures()
374 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()375 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()376 scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()393 …ontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()394 … FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
2406 …uresState == FontDescription::NormalLigaturesState && discretionaryLigaturesState == FontDescripti… in getPropertyCSSValue()2407 && historicalLigaturesState == FontDescription::NormalLigaturesState) in getPropertyCSSValue()2411 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2413 if (discretionaryLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2415 if (historicalLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()