OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoPreference
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontRenderStyle.h
39
NoPreference
= 2,
65
//
NoPreference
: no preference expressed
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp
284
// Fix FontRenderStyle::
NoPreference
to actual styles.
285
if (m_style.useAntiAlias == FontRenderStyle::
NoPreference
)
290
else if (m_style.useHinting == FontRenderStyle::
NoPreference
)
293
if (m_style.useBitmaps == FontRenderStyle::
NoPreference
)
295
if (m_style.useAutoHint == FontRenderStyle::
NoPreference
)
297
if (m_style.useSubpixelPositioning == FontRenderStyle::
NoPreference
)
299
if (m_style.useAntiAlias == FontRenderStyle::
NoPreference
)
301
if (m_style.useSubpixelRendering == FontRenderStyle::
NoPreference
)
Completed in 782 milliseconds