OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commonligaturesstate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h
121
LigaturesState
commonLigaturesState
() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
153
void setCommonLigaturesState(LigaturesState
commonLigaturesState
) { m_commonLigaturesState =
commonLigaturesState
; }
Font.h
272
switch (m_fontDescription.
commonLigaturesState
()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
389
scope.fontDescription().setCommonLigaturesState(parentFontDescription.
commonLigaturesState
());
398
FontDescription::LigaturesState
commonLigaturesState
= FontDescription::NormalLigaturesState;
411
commonLigaturesState
= FontDescription::DisabledLigaturesState;
414
commonLigaturesState
= FontDescription::EnabledLigaturesState;
442
scope.fontDescription().setCommonLigaturesState(
commonLigaturesState
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 374 milliseconds