Home
last modified time | relevance | path

Searched refs:EnabledLigaturesState (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp408 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
414 discretionaryLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
420 historicalLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h75 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
DFont.h277 case FontDescription::EnabledLigaturesState: in computeTypesettingFeatures()