Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
90 , m_commonLigaturesState(NormalLigaturesState) in FontDescription()
91 , m_discretionaryLigaturesState(NormalLigaturesState) in FontDescription()
92 , m_historicalLigaturesState(NormalLigaturesState) in FontDescription()
DFont.h280 case FontDescription::NormalLigaturesState: in computeTypesettingFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp374 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
375 scope.fontDescription().setDiscretionaryLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
376 scope.fontDescription().setHistoricalLigaturesState(FontDescription::NormalLigaturesState); in setFontVariantLigaturesInitial()
392 FontDescription::LigaturesState commonLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
393 …ontDescription::LigaturesState discretionaryLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
394 … FontDescription::LigaturesState historicalLigaturesState = FontDescription::NormalLigaturesState; in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2406 …uresState == FontDescription::NormalLigaturesState && discretionaryLigaturesState == FontDescripti… in getPropertyCSSValue()
2407 && historicalLigaturesState == FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2411 if (commonLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2413 if (discretionaryLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()
2415 if (historicalLigaturesState != FontDescription::NormalLigaturesState) in getPropertyCSSValue()