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

  /external/webkit/WebCore/css/
CSSFontFaceSource.cpp 156 fontData.set(new SimpleFontData(m_font->platformDataFromCustomData(fontDescription.computedPixelSize(), syntheticBold, syntheticItalic, fontDescription.renderingMode()), true, false, svgFontData));
165 fontData.set(new SimpleFontData(m_font->platformDataFromCustomData(fontDescription.computedPixelSize(), syntheticBold, syntheticItalic, fontDescription.renderingMode()), true, false));
  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 47 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode renderingMode)
  /external/webkit/WebCore/loader/
CachedFont.cpp 119 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontRenderingMode renderingMode)
127 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, renderingMode);
  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode renderingMode)
75 if (renderingMode == NormalRenderingMode)
93 return FontPlatformData(hfont, cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
97 return FontPlatformData(hfont, m_cgFont, size, bold, italic, renderingMode == AlternateRenderingMode);
FontCacheWin.cpp 514 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande;
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 89 FontRenderingMode renderingMode() const { return static_cast<FontRenderingMode>(m_renderingMode); }
Font.h 100 FontRenderingMode renderingMode() const { return m_fontDescription.renderingMode(); }
FontCache.cpp 58 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode)
64 , m_renderingMode(renderingMode)
194 fontDescription.usePrinterFont(), fontDescription.renderingMode());
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformDataMac.mm 103 return [m_font renderingMode] == NSFontAntialiasedIntegerAdvancementsRenderingMode;
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 199 static Font dragLabelFont(int size, bool bold, FontRenderingMode renderingMode)
211 desc.setRenderingMode(renderingMode);

Completed in 372 milliseconds