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

  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 129 , m_useGDI(false)
151 , m_useGDI(false)
176 , m_useGDI(false)
214 bool useGDI() const { return m_useGDI; }
357 bool m_useGDI;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 83 bool m_useGDI;
85 // These members are valid only when m_useGDI is set.
102 , m_useGDI(windowsCanHandleTextDrawing(context))
110 if (m_useGDI)
176 if (!m_useGDI || !m_graphicsContext || !m_platformContext)
209 // When m_useGdi is set, this stores the previous HFONT selected into the
235 if (m_useGDI && m_hdc)
261 if (!m_useGDI) {
284 // will have already returned true during the ctor initiatization of m_useGDI

Completed in 919 milliseconds