HomeSort by relevance Sort by last modified time
    Searched refs:FontRenderingMode (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/
FontRenderingMode.h 33 enum FontRenderingMode { NormalRenderingMode, AlternateRenderingMode };
FontDescription.h 30 #include "FontRenderingMode.h"
96 FontRenderingMode renderingMode() const { return static_cast<FontRenderingMode>(m_renderingMode); }
120 void setRenderingMode(FontRenderingMode mode) { m_renderingMode = mode; }
FontCache.cpp 60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
89 FontRenderingMode m_renderingMode;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
FontCustomPlatformData.h 25 #include "FontRenderingMode.h"
43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
FontCustomPlatformData.h 25 #include "FontRenderingMode.h"
43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.h 30 #include "FontRenderingMode.h"
51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
FontCustomPlatformData.cpp 49 FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 26 #include "FontRenderingMode.h"
48 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformDataQt.cpp 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 26 #include "FontRenderingMode.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 25 #include "FontRenderingMode.h"
52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.h 25 #include "FontRenderingMode.h"
51 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 25 #include "FontRenderingMode.h"
52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 31 #include "FontRenderingMode.h"
68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
CachedFont.cpp 115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode)
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h 36 #include "FontRenderingMode.h"
71 FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
FontCustomPlatformData.cpp 69 TextOrientation textOrientation, FontWidthVariant, FontRenderingMode mode)
  /external/webkit/Source/WebCore/page/
Settings.cpp 730 void Settings::setFontRenderingMode(FontRenderingMode mode)
732 if (fontRenderingMode() == mode)
738 FontRenderingMode Settings::fontRenderingMode() const
740 return static_cast<FontRenderingMode>(m_fontRenderingMode);
Settings.h 31 #include "FontRenderingMode.h"
305 void setFontRenderingMode(FontRenderingMode mode);
306 FontRenderingMode fontRenderingMode() const;

Completed in 258 milliseconds

1 2