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

  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 58 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool usePlatformNativeGlyphs);
59 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 140 bool isPrinterFont = false;
141 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance);
UniscribeController.cpp 304 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) {
  /external/webkit/WebCore/platform/graphics/
Font.cpp 75 Font::Font(const FontPlatformData& fontData, bool isPrinterFont)
81 m_fontDescription.setUsePrinterFont(isPrinterFont);
FontCache.cpp 58 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode)
63 , m_printerFont(isPrinterFont)
Font.h 98 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); }
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 85 if (!isPrinterFont()) {
ComplexTextController.cpp 434 bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances();

Completed in 125 milliseconds