OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigaturesState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
75
enum
LigaturesState
{ NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState };
123
LigaturesState
commonLigaturesState() const { return static_cast<
LigaturesState
>(m_commonLigaturesState); }
124
LigaturesState
discretionaryLigaturesState() const { return static_cast<
LigaturesState
>(m_discretionaryLigaturesState); }
125
LigaturesState
historicalLigaturesState() const { return static_cast<
LigaturesState
>(m_historicalLigaturesState); }
161
void setCommonLigaturesState(
LigaturesState
commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; }
162
void setDiscretionaryLigaturesState(
LigaturesState
discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }
163
void setHistoricalLigaturesState(
LigaturesState
historicalLigaturesState) { m_historicalLigaturesState = historicalLigaturesState;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
392
FontDescription::
LigaturesState
commonLigaturesState = FontDescription::NormalLigaturesState;
393
FontDescription::
LigaturesState
discretionaryLigaturesState = FontDescription::NormalLigaturesState;
394
FontDescription::
LigaturesState
historicalLigaturesState = FontDescription::NormalLigaturesState;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 26 milliseconds