Searched refs:m_useGDI (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontPlatformDataCairoWin.cpp69 , m_useGDI(false)
95 m_useGDI = source.m_useGDI;
105 m_useGDI = other.m_useGDI;
119 && m_useGDI == other.m_useGDI;
H A DFontPlatformDataCGWin.cpp127 , m_useGDI(useGDI)
139 m_useGDI = source.m_useGDI;
146 m_useGDI = other.m_useGDI;
155 && m_useGDI == other.m_useGDI;
H A DFontPlatformDataWin.cpp52 , m_useGDI(useGDI)
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h129 , m_useGDI(false)
151 , m_useGDI(false)
176 , m_useGDI(false)
214 bool useGDI() const { return m_useGDI; }
357 bool m_useGDI; member in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp83 bool m_useGDI; member in class:WebCore::__anon14663::TransparencyAwareFontPainter
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)
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 69 milliseconds