HomeSort by relevance Sort by last modified time
    Searched full:smoothingtype (Results 1 - 6 of 6) 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.cpp     [all...]
WebPreferences.h 230 /* [retval][out] */ FontSmoothingType* smoothingType);
233 /* [in] */ FontSmoothingType smoothingType);
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 166 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
167 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 680 milliseconds