OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_useGDI
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h
57
,
m_useGDI
(false)
89
bool useGDI() const { return
m_useGDI
; }
107
m_useGDI
== other.
m_useGDI
;
150
bool
m_useGDI
;
FontPlatformDataCairoWin.cpp
66
,
m_useGDI
(false)
90
,
m_useGDI
(source.
m_useGDI
)
116
m_useGDI
= other.
m_useGDI
;
FontPlatformDataWin.cpp
49
,
m_useGDI
(useGDI)
84
,
m_useGDI
(false)
FontPlatformDataCGWin.cpp
130
if (
m_useGDI
) {
143
,
m_useGDI
(useGDI)
/external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp
82
bool
m_useGDI
;
84
// These members are valid only when
m_useGDI
is set.
101
,
m_useGDI
(windowsCanHandleTextDrawing(context))
109
if (
m_useGDI
)
175
if (!
m_useGDI
|| !m_graphicsContext || !m_platformContext)
208
// When
m_useGdi
is set, this stores the previous HFONT selected into the
234
if (
m_useGDI
&& m_hdc)
259
if (!
m_useGDI
) {
281
// will have already returned true during the ctor initiatization of
m_useGDI
Completed in 49 milliseconds