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

  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing));
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }
Font.cpp 72 m_fontDescription.setFontSmoothing(fontSmoothingMode);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 167 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);
  /external/webkit/Source/WebKit/win/
WebPreferences.h 232 virtual HRESULT STDMETHODCALLTYPE setFontSmoothing(
WebPreferences.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 847 preferences->setFontSmoothing(FontSmoothingTypeStandard);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 335 milliseconds