Searched refs:commonLigaturesState (Results 1 – 5 of 5) sorted by relevance
107 …LigaturesState commonLigaturesState() const { return static_cast<LigaturesState>(m_commonLigatures… in commonLigaturesState() function142 …id setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonL… in setCommonLigaturesState() argument
190 switch (commonLigaturesState()) { in updateTypesettingFeatures()
388 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState()); in setFontVariantLigaturesInherit()398 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue() local412 commonLigaturesState = FontDescription::DisabledLigaturesState; in setFontVariantLigaturesValue()415 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()449 scope.fontDescription().setCommonLigaturesState(commonLigaturesState); in setFontVariantLigaturesValue()
2338 …FontDescription::LigaturesState commonLigaturesState = style->fontDescription().commonLigaturesSta… in getPropertyCSSValue() local2342 …if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState =… in getPropertyCSSValue()2347 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()2348 …valueList->append(cssValuePool().createIdentifierValue(commonLigaturesState == FontDescription::Di… in getPropertyCSSValue()
479 switch (description.commonLigaturesState()) { in setFontFeatures()