Home
last modified time | relevance | path

Searched refs:isSystemFont (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h52 void wkSetCGContextFontRenderingStyle(CGContextRef, bool isSystemFont, bool isPrinterFont, bool use…
53 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont,…
/external/webkit/WebCore/platform/graphics/wince/
DFontPlatformData.h61 bool isSystemFont() const;
DSimpleFontDataWince.cpp52 m_isSystemFont = m_platformData.isSystemFont(); in platformInit()
DFontPlatformData.cpp439 bool FontPlatformData::isSystemFont() const in create() function in WebCore::FontPlatformData
/external/webkit/WebCore/platform/graphics/
DSimpleFontData.h136 bool isSystemFont() const { return m_isSystemFont; } in isSystemFont() function
/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.cpp304 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) { in shapeAndPlaceItem()
DFontCGWin.cpp328 …wkSetCGContextFontRenderingStyle(cgContext, font->isSystemFont(), false, font->platformData().useG… in drawGlyphs()
/external/webkit/WebCore/
DChangeLog-2007-10-146660 (WebCore::FontData::isSystemFont):
47709 (WebCore::FontData::isSystemFont):