Searched refs:DisabledLigaturesState (Results 1 – 5 of 5) sorted by relevance
214 ligatures.common = FontDescription::DisabledLigaturesState; in convertFontVariantLigatures()220 ligatures.discretionary = FontDescription::DisabledLigaturesState; in convertFontVariantLigatures()226 ligatures.historical = FontDescription::DisabledLigaturesState; in convertFontVariantLigatures()232 ligatures.contextual = FontDescription::DisabledLigaturesState; in convertFontVariantLigatures()
214 case FontDescription::DisabledLigaturesState: in updateTypesettingFeatures()
55 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
481 case FontDescription::DisabledLigaturesState: in setFontFeatures()493 case FontDescription::DisabledLigaturesState: in setFontFeatures()504 case FontDescription::DisabledLigaturesState: in setFontFeatures()515 case FontDescription::DisabledLigaturesState: in setFontFeatures()
2319 …).createIdentifierValue(commonLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()2321 …eIdentifierValue(discretionaryLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()2323 …eateIdentifierValue(historicalLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()2325 …eateIdentifierValue(contextualLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()