Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription()
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp66 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType))) in makeFont()
DWebPreferences.h229 virtual HRESULT STDMETHODCALLTYPE fontSmoothing(
DWebPreferences.cpp1091 HRESULT STDMETHODCALLTYPE WebPreferences::fontSmoothing( in fontSmoothing() function in WebPreferences
DWebView.cpp4666 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()
DChangeLog-2009-06-168185 (WebPreferences::fontSmoothing):
20906 (WebPreferences::fontSmoothing): added
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h98 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing() function
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl166 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp306 switch(fontDescription().fontSmoothing()) { in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm147 switch(fontDescription().fontSmoothing()) {
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1448 return primitiveValueCache->createValue(style->fontDescription().fontSmoothing()); in getPropertyCSSValue()
DCSSStyleSelector.cpp3957 fontDescription.setFontSmoothing(m_parentStyle->fontDescription().fontSmoothing()); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2957760 (WebCore::FontDescription::fontSmoothing): Updated for the rename of
57767 (WebCore::InheritedFlags::fontSmoothing): Removed this getter, since
58205 Set fontSmoothing on the FontDescription.
58215 (WebCore::FontDescription::fontSmoothing):
58220 based on the CSS fontSmoothing() value.
58226 New function fontSmoothing()
58228 (WebCore::InheritedFlags::fontSmoothing):