HomeSort by relevance Sort by last modified time
    Searched refs:fontSmoothing (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/graphics/
FontDescription.h 91 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
  /external/webkit/WebKit/win/
WebKitGraphics.cpp 70 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
WebPreferences.h 229 virtual HRESULT STDMETHODCALLTYPE fontSmoothing(
WebPreferences.cpp     [all...]
WebView.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 55 switch(fontDescription().fontSmoothing()) {
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 300 switch(fontDescription().fontSmoothing()) {
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]

Completed in 127 milliseconds