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

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestHelperWin.cpp 36 static BOOL fontSmoothingEnabled = FALSE;
40 ::SystemParametersInfo(SPI_GETFONTSMOOTHING, 0, &fontSmoothingEnabled, 0);
54 ::SystemParametersInfo(SPI_SETFONTSMOOTHING, static_cast<UINT>(fontSmoothingEnabled), 0, 0);
TestShellWin.cpp 178 BOOL fontSmoothingEnabled;
179 ::SystemParametersInfo(SPI_GETFONTSMOOTHING, 0, &fontSmoothingEnabled, 0);
182 if (fontSmoothingEnabled && (fontSmoothingType == FE_FONTSMOOTHINGCLEARTYPE))
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 244 BOOL fontSmoothingEnabled = false;
245 SystemParametersInfo(SPI_GETFONTSMOOTHING, 0, &fontSmoothingEnabled, 0);
246 CGContextSetShouldAntialias(cgContext, fontSmoothingEnabled);

Completed in 33 milliseconds