OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fontsmoothingmode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontSmoothingMode.h
31
enum
FontSmoothingMode
{ AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased };
FontDescription.h
33
#include "platform/fonts/
FontSmoothingMode
.h"
127
FontSmoothingMode
fontSmoothing() const { return static_cast<
FontSmoothingMode
>(m_fontSmoothing); }
165
void setFontSmoothing(
FontSmoothingMode
smoothing) { m_fontSmoothing = smoothing; }
211
unsigned m_fontSmoothing : 2; //
FontSmoothingMode
FontCache.cpp
43
#include "platform/fonts/
FontSmoothingMode
.h"
Font.cpp
106
Font::Font(const FontPlatformData& fontData, bool isPrinterFont,
FontSmoothingMode
fontSmoothingMode
)
114
m_fontDescription.setFontSmoothing(
fontSmoothingMode
);
Font.h
84
Font(const FontPlatformData&, bool isPrinting,
FontSmoothingMode
= AutoSmoothing);
/external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp
67
desc.setFontSmoothing(static_cast<
FontSmoothingMode
>(smoothing));
AssertMatchingEnums.cpp
92
#include "platform/fonts/
FontSmoothingMode
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h
78
void setFontSmoothing(
FontSmoothingMode
);
FontBuilder.cpp
476
void FontBuilder::setFontSmoothing(
FontSmoothingMode
foontSmoothingMode)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp
35
#include "platform/fonts/
FontSmoothingMode
.h"
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilderFunctions.cpp.tmpl
467
{{ apply_font("CSSPropertyWebkitFontSmoothing", "FontSmoothing", "AutoSmoothing", "
FontSmoothingMode
") }}
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
44
#include "platform/fonts/
FontSmoothingMode
.h"
[
all
...]
Completed in 725 milliseconds