Searched refs:isPrinterFont (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 152 bool isPrinterFont = false; in platformWidthForGlyph() local 153 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance); in platformWidthForGlyph()
|
D | UniscribeController.cpp | 299 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) { in shapeAndPlaceItem()
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 77 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/ |
D | Font.cpp | 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMod… in Font() argument 71 m_fontDescription.setUsePrinterFont(isPrinterFont); in Font()
|
D | FontCache.cpp | 60 …bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation… in FontPlatformDataCacheKey() 66 , m_printerFont(isPrinterFont) in FontPlatformDataCacheKey()
|
D | Font.h | 113 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); } in isPrinterFont() function
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 187 if (!isPrinterFont()) {
|
D | ComplexTextController.cpp | 428 … bool roundsAdvances = !m_font.isPrinterFont() && fontData->platformData().roundsGlyphAdvances(); in adjustGlyphsAndAdvances()
|
/external/webkit/Source/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):
|