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

  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 152 bool isPrinterFont = false;
153 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance);
UniscribeController.cpp 299 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) {
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 77 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool usePlatformNativeGlyphs);
78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMode)
71 m_fontDescription.setUsePrinterFont(isPrinterFont);
FontCache.cpp 60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
66 , m_printerFont(isPrinterFont)
Font.h 113 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 187 if (!isPrinterFont()) {
ComplexTextController.cpp 428 bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances();

Completed in 569 milliseconds