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

  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI)
49 , m_useGDI(useGDI)
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; }
SimpleFontDataCGWin.cpp 60 if (m_platformData.useGDI())
122 if (!m_platformData.useGDI()) {
131 if (m_platformData.useGDI())
SimpleFontDataCairoWin.cpp 53 if (m_platformData.useGDI())
101 if (m_platformData.useGDI())
FontPlatformDataCGWin.cpp 137 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI)
143 , m_useGDI(useGDI)
SimpleFontDataWin.cpp 116 winfont.lfHeight = -lroundf(smallCapsHeight * (m_platformData.useGDI() ? 1 : 32));
118 m_smallCapsFontData = new SimpleFontData(FontPlatformData(hfont, smallCapsHeight, m_platformData.syntheticBold(), m_platformData.syntheticOblique(), m_platformData.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);
FontCGWin.cpp 324 if (font->platformData().useGDI()) {
353 wkSetCGContextFontRenderingStyle(cgContext, font->isSystemFont(), false, font->platformData().useGDI());
UniscribeController.cpp 268 const float cLogicalScale = fontData->platformData().useGDI() ? 1.0f : 32.0f;
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformData.h 119 bool useGDI() const;
FontPlatformDataWx.cpp 133 bool FontPlatformData::useGDI() const

Completed in 846 milliseconds