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

/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontPlatformDataWin.cpp38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) argument
52 , m_useGDI(useGDI)
H A DFontPlatformDataCGWin.cpp117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI) argument
127 , m_useGDI(useGDI)
H A DFontCacheWin.cpp560 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande; local
568 fontDescription.computedPixelSize() * (useGDI ? 1 : 32), useGDI);
574 useGDI = false; // Never use GDI for Lucida Grande.
582 FontPlatformData* result = new FontPlatformData(hfont, fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWx.cpp151 bool FontPlatformData::useGDI() const function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
214 bool useGDI() const { return m_useGDI; } function in class:WebCore::FontPlatformData

Completed in 454 milliseconds