Searched refs:historicalLigaturesState (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h129 LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalLigaturesState); } function in class:WebCore::FontDescription
160 void setHistoricalLigaturesState(LigaturesState historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState; } argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2334 FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLigaturesState(); local
2336 && historicalLigaturesState == FontDescription::NormalLigaturesState)
2344 if (historicalLigaturesState != FontDescription::NormalLigaturesState)
2345 valueList->append(cssValuePool().createIdentifierValue(historicalLigaturesState == FontDescription::DisabledLigaturesState ? CSSValueNoHistoricalLigatures : CSSValueHistoricalLigatures));
H A DDeprecatedStyleBuilder.cpp920 fontDescription.setHistoricalLigaturesState(parentFontDescription.historicalLigaturesState());
940 FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState; local
963 historicalLigaturesState = FontDescription::DisabledLigaturesState;
966 historicalLigaturesState = FontDescription::EnabledLigaturesState;
985 fontDescription.setHistoricalLigaturesState(historicalLigaturesState);

Completed in 168 milliseconds