OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdiscretionaryligaturesstate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h
154
void
setDiscretionaryLigaturesState
(LigaturesState discretionaryLigaturesState) { m_discretionaryLigaturesState = discretionaryLigaturesState; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
381
scope.fontDescription().
setDiscretionaryLigaturesState
(FontDescription::NormalLigaturesState);
390
scope.fontDescription().
setDiscretionaryLigaturesState
(parentFontDescription.discretionaryLigaturesState());
443
scope.fontDescription().
setDiscretionaryLigaturesState
(discretionaryLigaturesState);
Completed in 54 milliseconds