HomeSort by relevance Sort by last modified time
    Searched defs:useGDI (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 151 bool FontPlatformData::useGDI() const
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 201 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; }
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 560 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande;
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);

Completed in 224 milliseconds