Searched refs:commonLigaturesState (Results 1 – 4 of 4) sorted by relevance
123 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState() function161 …id setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonL… in setCommonLigaturesState() argument
273 switch (m_fontDescription.commonLigaturesState()) { in computeTypesettingFeatures()
383 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState()); in setFontVariantLigaturesInherit()392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local405 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()408 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()436 scope.fontDescription().setCommonLigaturesState(commonLigaturesState); in setFontVariantLigaturesValue()
2403 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue() local2406 …if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState =… in getPropertyCSSValue()2411 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2412 …valueList->append(cssValuePool().createIdentifierValue(commonLigaturesState == FontDescription::Di… in getPropertyCSSValue()