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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h128 LigaturesState discretionaryLigaturesState() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); } function in class:WebCore::FontDescription
159 void setDiscretionaryLigaturesState(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; } argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2333 FontDescription::LigaturesState discretionaryLigaturesState = style->fontDescription().discretionaryLigaturesState(); local
2335 if (commonLigaturesState == FontDescription::NormalLigaturesState && discretionaryLigaturesState == FontDescription::NormalLigaturesState
2342 if (discretionaryLigaturesState != FontDescription::NormalLigaturesState)
2343 valueList->append(cssValuePool().createIdentifierValue(discretionaryLigaturesState == FontDescription::DisabledLigaturesState ? CSSValueNoDiscretionaryLigatures : CSSValueDiscretionaryLigatures));
H A DDeprecatedStyleBuilder.cpp919 fontDescription.setDiscretionaryLigaturesState(parentFontDescription.discretionaryLigaturesState());
939 FontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState; local
957 discretionaryLigaturesState = FontDescription::DisabledLigaturesState;
960 discretionaryLigaturesState = FontDescription::EnabledLigaturesState;
984 fontDescription.setDiscretionaryLigaturesState(discretionaryLigaturesState);

Completed in 223 milliseconds