Searched refs:FontSmoothingMode (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontDescription.h | 98 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing() 122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing()
|
D | FontSmoothingMode.h | 31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enum
|
D | Font.h | 81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
|
D | Font.cpp | 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMod… in Font()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontDescription.cpp | 67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing)); in operator WebCore::FontDescription()
|
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValueMappings.h | 2286 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmoothingMode smoothing) in CSSPrimitiveValue() 2309 template<> inline CSSPrimitiveValue::operator FontSmoothingMode() const in FontSmoothingMode() function
|
D | CSSStyleSelector.cpp | 3964 FontSmoothingMode smoothing; in applyProperty()
|
/external/webkit/Source/WebCore/ |
D | GNUmakefile.list.am | 2421 Source/WebCore/platform/graphics/FontSmoothingMode.h \
|
D | GNUmakefile.am | 2425 Source/WebCore/platform/graphics/FontSmoothingMode.h \
|
D | WebCore.gypi | 818 'platform/graphics/FontSmoothingMode.h',
|
D | ChangeLog-2010-01-29 | 57743 * 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 …]
|
D | ChangeLog | 3357 Use cast to convert primitive value to FontSmoothingMode. 3364 Use cast to convert primitive value to FontSmoothingMode.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 853 …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 */,
|