Searched refs:isSystemFont (Results 1 – 8 of 8) 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/wince/ |
D | FontPlatformData.h | 61 bool isSystemFont() const;
|
D | SimpleFontDataWince.cpp | 52 m_isSystemFont = m_platformData.isSystemFont(); in platformInit()
|
D | FontPlatformData.cpp | 439 bool FontPlatformData::isSystemFont() const in create() function in WebCore::FontPlatformData
|
/external/webkit/WebCore/platform/graphics/ |
D | SimpleFontData.h | 136 bool isSystemFont() const { return m_isSystemFont; } in isSystemFont() function
|
/external/webkit/WebCore/platform/graphics/win/ |
D | UniscribeController.cpp | 304 if (!m_font.isPrinterFont() && !fontData->isSystemFont()) { in shapeAndPlaceItem()
|
D | FontCGWin.cpp | 328 …wkSetCGContextFontRenderingStyle(cgContext, font->isSystemFont(), false, font->platformData().useG… in drawGlyphs()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 6660 (WebCore::FontData::isSystemFont): 47709 (WebCore::FontData::isSystemFont):
|