Home
last modified time | relevance | path

Searched refs:historicalLigaturesState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp120 ligatures.historical = historicalLigaturesState(); in variantLigatures()
225 || historicalLigaturesState() == FontDescription::EnabledLigaturesState in updateTypesettingFeatures()
DFontDescription.h146 …LigaturesState historicalLigaturesState() const { return static_cast<LigaturesState>(m_historicalL… in historicalLigaturesState() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2311 …FontDescription::LigaturesState historicalLigaturesState = style->fontDescription().historicalLiga… in getPropertyCSSValue() local
2314 …&& historicalLigaturesState == FontDescription::NormalLigaturesState && contextualLigaturesState =… in getPropertyCSSValue()
2322 if (historicalLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2323 …valueList->append(cssValuePool().createIdentifierValue(historicalLigaturesState == FontDescription… in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp503 switch (description.historicalLigaturesState()) { in setFontFeatures()