Home
last modified time | relevance | path

Searched refs:isPrinterFont (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp152 bool isPrinterFont = false; in platformWidthForGlyph() local
153 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance); in platformWidthForGlyph()
DUniscribeController.cpp299 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) { in shapeAndPlaceItem()
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h77 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool use…
78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont,…
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMod… in Font() argument
71 m_fontDescription.setUsePrinterFont(isPrinterFont); in Font()
DFontCache.cpp60 …bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation… in FontPlatformDataCacheKey()
66 , m_printerFont(isPrinterFont) in FontPlatformDataCacheKey()
DFont.h113 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); } in isPrinterFont() function
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm187 if (!isPrinterFont()) {
DComplexTextController.cpp428 … bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances(); in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-259325 * kwq/KWQFont.h: Add isPrinterFont, setter, getter.
9327 (QFont::QFont): Default isPrinterFont to false, copy when copying.
9328 (QFont::operator=): Copy isPrinterFont.
9330 (QFont::operator==): Compare isPrinterFont.
DChangeLog-2006-05-1017608 (WebCore::Font::isPrinterFont):