Searched refs:isPrinterFont (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 52 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool use… 53 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont,…
|
/external/webkit/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 140 bool isPrinterFont = false; in platformWidthForGlyph() local 141 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance); in platformWidthForGlyph()
|
D | UniscribeController.cpp | 304 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) { in shapeAndPlaceItem()
|
/external/webkit/WebCore/platform/graphics/ |
D | Font.cpp | 76 Font::Font(const FontPlatformData& fontData, bool isPrinterFont) in Font() argument 82 m_fontDescription.setUsePrinterFont(isPrinterFont); in Font()
|
D | FontCache.cpp | 58 … bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode) in FontPlatformDataCacheKey() 63 , m_printerFont(isPrinterFont) in FontPlatformDataCacheKey()
|
D | Font.h | 95 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); } in isPrinterFont() function
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 62 if (!isPrinterFont()) {
|
D | CoreTextController.cpp | 434 … bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances(); in adjustGlyphsAndAdvances()
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 9325 * 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.
|
D | ChangeLog-2006-05-10 | 17608 (WebCore::Font::isPrinterFont):
|