Searched refs:DisabledLigaturesState (Results 1 – 4 of 4) sorted by relevance
405 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()411 discretionaryLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()417 historicalLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()
75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
274 case FontDescription::DisabledLigaturesState: in computeTypesettingFeatures()
2412 …).createIdentifierValue(commonLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()2414 …eIdentifierValue(discretionaryLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()2416 …eateIdentifierValue(historicalLigaturesState == FontDescription::DisabledLigaturesState ? CSSValue… in getPropertyCSSValue()