Home
last modified time | relevance | path

Searched refs:m_isSystemFont (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp57 m_isSystemFont = false; in platformInit()
78 m_isSystemFont = !wcscmp(faceName.data(), L"Lucida Grande"); in platformInit()
153 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance); in platformWidthForGlyph()
DSimpleFontDataCairoWin.cpp48 m_isSystemFont = false; in platformInit()
89 m_isSystemFont = false; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h173 bool isSystemFont() const { return m_isSystemFont; } in isSystemFont()
281 bool m_isSystemFont; variable
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp69 m_isSystemFont = false; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp50 m_isSystemFont = m_platformData.isSystemFont(); in platformInit()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1449239 * platform/FontData.h: Added m_isSystemFont parameter to match NSFont.