Home
last modified time | relevance | path

Searched defs:useGDI (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontPlatformDataWin.cpp38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData()
DFontPlatformDataCGWin.cpp117 …ta::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData()
DFontCacheWin.cpp560 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande; in createFontPlatformData() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp151 bool FontPlatformData::useGDI() const in useGDI() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h214 bool useGDI() const { return m_useGDI; } in useGDI() function