Searched refs:isPrinterFont (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp152 bool isPrinterFont = false; local
153 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance);
H A DUniscribeController.cpp299 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) {
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h77 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/
H A DFont.cpp65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMode) argument
71 m_fontDescription.setUsePrinterFont(isPrinterFont);
H A DFontCache.cpp60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
66 , m_printerFont(isPrinterFont)
H A DFont.h113 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); } function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm187 if (!isPrinterFont()) {
H A DComplexTextController.cpp428 bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances();

Completed in 193 milliseconds