Searched defs:useGDI (Results 1 – 5 of 5) sorted by relevance
38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData()
117 …ta::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI) in FontPlatformData()
560 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande; in createFontPlatformData() local
151 bool FontPlatformData::useGDI() const in useGDI() function in WebCore::FontPlatformData
214 bool useGDI() const { return m_useGDI; } in useGDI() function