Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp194 case FontDescription::EnabledLigaturesState: in updateTypesettingFeatures()
201 if (discretionaryLigaturesState() == FontDescription::EnabledLigaturesState in updateTypesettingFeatures()
202 || historicalLigaturesState() == FontDescription::EnabledLigaturesState in updateTypesettingFeatures()
203 || contextualLigaturesState() == FontDescription::EnabledLigaturesState) { in updateTypesettingFeatures()
DFontDescription.h54 enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp415 commonLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
421 discretionaryLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
427 historicalLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
433 contextualLigaturesState = FontDescription::EnabledLigaturesState; in setFontVariantLigaturesValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp484 case FontDescription::EnabledLigaturesState: in setFontFeatures()
495 case FontDescription::EnabledLigaturesState: in setFontFeatures()
506 case FontDescription::EnabledLigaturesState: in setFontFeatures()
517 case FontDescription::EnabledLigaturesState: in setFontFeatures()