Home
last modified time | relevance | path

Searched refs:NormalRenderingMode (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontRenderingMode.h33 enum FontRenderingMode { NormalRenderingMode, AlternateRenderingMode }; enumerator
DFontDescription.h70 , m_renderingMode(NormalRenderingMode) in FontDescription()
DFontCache.cpp60 …bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation… in FontPlatformDataCacheKey()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontCustomPlatformData.h43 …rientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontCustomPlatformData.h43 …rientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCustomPlatformData.h48 … FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCustomPlatformData.h45 …rientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.h51 … FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
DFontCustomPlatformData.cpp74 if (renderingMode == NormalRenderingMode) in fontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCustomPlatformData.h52 …rientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.h52 …rientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/skia/
DFontCustomPlatformData.h71 … FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.h68 …rientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp140 …ont normalRenderingModeLabelFont = dragLabelFont(DragLinkLabelFontsize, true, NormalRenderingMode); in createDragImageForLink()
141 …t Font normalRenderingModeURLFont = dragLabelFont(DragLinkUrlFontSize, false, NormalRenderingMode); in createDragImageForLink()
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp67 …ringMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRenderingMode); in makeFont()
DWebView.cpp4669 …settings->setFontRenderingMode(smoothingType != FontSmoothingTypeWindows ? NormalRenderingMode : A… in notifyPreferencesChanged()
/external/webkit/Source/WebKit/chromium/src/
DWebSettingsImpl.cpp240 m_settings->setFontRenderingMode(WebCore::NormalRenderingMode); in setFontRenderingModeNormal()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp77 …de(fontSmoothingLevel == FontSmoothingLevelWindows ? AlternateRenderingMode : NormalRenderingMode); in platformPreferencesDidChange()