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

  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 133 bool FontPlatformData::useGDI() const
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 61 FontPlatformData(HFONT, float size, bool bold, bool oblique, bool useGDI);
65 FontPlatformData(HFONT, CGFontRef, float size, bool bold, bool oblique, bool useGDI);
89 bool useGDI() const { return m_useGDI; }
FontCacheWin.cpp 514 bool useGDI = fontDescription.renderingMode() == AlternateRenderingMode && !isLucidaGrande;
527 fontDescription.computedPixelSize() * (useGDI ? 1 : 32), useGDI && canCreateCGFontWithLOGFONT);
533 useGDI = false; // Never use GDI for Lucida Grande.
541 FontPlatformData* result = new FontPlatformData(hfont, fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);

Completed in 1427 milliseconds