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

  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebFontRenderStyle.h 36 namespace WebCore { struct FontRenderStyle; }
54 // Translates the members of this struct to a FontRenderStyle
55 void toFontRenderStyle(WebCore::FontRenderStyle*);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontRenderStyle.h 35 // FontRenderStyle describes the user's preferences for rendering a font at a
37 struct FontRenderStyle {
42 FontRenderStyle()
51 bool operator==(const FontRenderStyle& a) const
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRenderStyle.cpp 34 #include "core/platform/graphics/chromium/FontRenderStyle.h"
36 using WebCore::FontRenderStyle;
40 void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.h 37 #include "core/platform/graphics/chromium/FontRenderStyle.h"
114 // The returned styles are all actual styles without FontRenderStyle::NoPreference.
115 const FontRenderStyle& fontRenderStyle() const { return m_style; }
138 FontRenderStyle m_style;
FontPlatformDataHarfBuzz.cpp 284 // Fix FontRenderStyle::NoPreference to actual styles.
285 if (m_style.useAntiAlias == FontRenderStyle::NoPreference)
290 else if (m_style.useHinting == FontRenderStyle::NoPreference)
293 if (m_style.useBitmaps == FontRenderStyle::NoPreference)
295 if (m_style.useAutoHint == FontRenderStyle::NoPreference)
297 if (m_style.useSubpixelPositioning == FontRenderStyle::NoPreference)
299 if (m_style.useAntiAlias == FontRenderStyle::NoPreference)
301 if (m_style.useSubpixelRendering == FontRenderStyle::NoPreference)

Completed in 56 milliseconds