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

  /external/webkit/Source/WebCore/platform/graphics/
FontSmoothingMode.h 31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased };
FontDescription.h 31 #include "FontSmoothingMode.h"
98 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }
155 unsigned m_fontSmoothing : 2; // FontSmoothingMode
Font.h 81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
Font.cpp 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMode)
72 m_fontDescription.setFontSmoothing(fontSmoothingMode);
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing));
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 36 #include "FontSmoothingMode.h"
    [all...]
CSSStyleSelector.cpp     [all...]

Completed in 72 milliseconds