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

  /external/webkit/Source/WebCore/platform/graphics/
FontRenderingMode.h 33 enum FontRenderingMode { NormalRenderingMode, AlternateRenderingMode };
FontDescription.h 70 , m_renderingMode(NormalRenderingMode)
FontCache.cpp 60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 48 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.h 51 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 74 if (renderingMode == NormalRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 71 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 140 static const Font normalRenderingModeLabelFont = dragLabelFont(DragLinkLabelFontsize, true, NormalRenderingMode);
141 static const Font normalRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, NormalRenderingMode);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 67 f.setRenderingMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRenderingMode);
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebSettingsImpl.cpp 240 m_settings->setFontRenderingMode(WebCore::NormalRenderingMode);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 77 m_page->settings()->setFontRenderingMode(fontSmoothingLevel == FontSmoothingLevelWindows ? AlternateRenderingMode : NormalRenderingMode);

Completed in 1256 milliseconds