HomeSort by relevance Sort by last modified time
    Searched full:fontsmoothingtype (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 34 typedef enum FontSmoothingType {
40 } FontSmoothingType;
166 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
167 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 180 int fontSmoothingType;
181 ::SystemParametersInfo(SPI_GETFONTSMOOTHINGTYPE, 0, &fontSmoothingType, 0);
182 if (fontSmoothingEnabled && (fontSmoothingType == FE_FONTSMOOTHINGCLEARTYPE))
  /external/webkit/Source/WebKit/win/
WebPreferences.h 230 /* [retval][out] */ FontSmoothingType* smoothingType);
233 /* [in] */ FontSmoothingType smoothingType);
WebKitGraphics.cpp 65 FontSmoothingType smoothingType;
WebPreferences.cpp     [all...]
WebView.cpp     [all...]

Completed in 704 milliseconds