Home
last modified time | relevance | path

Searched refs:FontSmoothingMode (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h98FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing()
122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing()
DFontSmoothingMode.h31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enum
DFont.h81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
DFont.cpp65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMod… in Font()
/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing)); in operator WebCore::FontDescription()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2286 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmoothingMode smoothing) in CSSPrimitiveValue()
2309 template<> inline CSSPrimitiveValue::operator FontSmoothingMode() const in FontSmoothingMode() function
DCSSStyleSelector.cpp3964 FontSmoothingMode smoothing; in applyProperty()
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2421 Source/WebCore/platform/graphics/FontSmoothingMode.h \
DGNUmakefile.am2425 Source/WebCore/platform/graphics/FontSmoothingMode.h \
DWebCore.gypi818 'platform/graphics/FontSmoothingMode.h',
DChangeLog-2010-01-2957743 * GNUmakefile.am: Added FontSmoothingMode.h.
57744 * WebCore.gypi: Added FontSmoothingMode.h.
57745 * WebCore.vcproj/WebCore.vcproj: Added FontSmoothingMode.h.
57746 * WebCore.xcodeproj/project.pbxproj: Added FontSmoothingMode.h and made
57751 * css/CSSPrimitiveValueMappings.h: Include FontSmoothingMode.h
57753 of FontSmoothing to FontSmoothingMode.
57754 (WebCore::CSSPrimitiveValue::operator FontSmoothingMode): Ditto.
57761 FontSmoothing to FontSmoothingMode.
57763 * platform/graphics/FontSmoothingMode.h: Added.
57764 (WebCore::FontSmoothingMode): Moved the FontSmoothing enum from
[all …]
DChangeLog3357 Use cast to convert primitive value to FontSmoothingMode.
3364 Use cast to convert primitive value to FontSmoothingMode.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj853 …106213C600F25C4B /* FontSmoothingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 37202198106…
7350 …00F25C4B /* FontSmoothingMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
17874 37202198106213C600F25C4B /* FontSmoothingMode.h */,
21139 37202199106213C600F25C4B /* FontSmoothingMode.h in Headers */,