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

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

Completed in 94 milliseconds