OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontRenderStyle
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/chromium/public/linux/
WebFontRenderStyle.h
36
namespace WebCore { struct
FontRenderStyle
; }
53
// Translates the members of this struct to a
FontRenderStyle
54
void toFontRenderStyle(WebCore::
FontRenderStyle
*);
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontRenderStyle.h
35
//
FontRenderStyle
describes the user's preferences for rendering a font at a
37
struct
FontRenderStyle
{
42
FontRenderStyle
()
50
bool operator==(const
FontRenderStyle
& a) const
FontPlatformDataLinux.cpp
159
paint->setAntiAlias(m_style.useAntiAlias ==
FontRenderStyle
::NoPreference ? isSkiaAntiAlias : m_style.useAntiAlias);
161
case
FontRenderStyle
::NoPreference:
179
if (m_style.useAntiAlias == 1 || (m_style.useAntiAlias ==
FontRenderStyle
::NoPreference && isSkiaAntiAlias))
180
paint->setLCDRenderText(m_style.useSubpixel ==
FontRenderStyle
::NoPreference ? isSkiaSubpixelGlyphs : m_style.useSubpixel);
246
m_style.useBitmaps =
FontRenderStyle
::NoPreference;
247
m_style.useAutoHint =
FontRenderStyle
::NoPreference;
248
m_style.useHinting =
FontRenderStyle
::NoPreference;
249
m_style.useAntiAlias =
FontRenderStyle
::NoPreference;
250
m_style.useSubpixel =
FontRenderStyle
::NoPreference;
FontPlatformDataLinux.h
35
#include "
FontRenderStyle
.h"
171
FontRenderStyle
m_style;
/external/webkit/Source/WebKit/chromium/src/linux/
WebFontRenderStyle.cpp
34
#include "
FontRenderStyle
.h"
36
using WebCore::
FontRenderStyle
;
40
void WebFontRenderStyle::toFontRenderStyle(
FontRenderStyle
* out)
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
86
struct
FontRenderStyle
;
153
static void getRenderStyleForStrike(const char* family, int sizeAndStyle,
FontRenderStyle
* result);
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
454
void PlatformBridge::getRenderStyleForStrike(const char* font, int sizeAndStyle,
FontRenderStyle
* result)
[
all
...]
Completed in 47 milliseconds