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

  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 65 FontSmoothingType smoothingType;
66 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
67 f.setRenderingMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRenderingMode);
WebPreferences.h 230 /* [retval][out] */ FontSmoothingType* smoothingType);
233 /* [in] */ FontSmoothingType smoothingType);
WebPreferences.cpp     [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 166 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
167 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);

Completed in 323 milliseconds