OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isSystemFont
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp
57
m_isSystemFont
= false;
78
m_isSystemFont
= !wcscmp(faceName.data(), L"Lucida Grande");
153
wkGetGlyphAdvances(font, m,
m_isSystemFont
, isPrinterFont, glyph, advance);
SimpleFontDataCairoWin.cpp
48
m_isSystemFont
= false;
89
m_isSystemFont
= false;
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
173
bool isSystemFont() const { return
m_isSystemFont
; }
281
bool
m_isSystemFont
;
/external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp
50
m_isSystemFont
= m_platformData.isSystemFont();
/external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp
69
m_isSystemFont
= false;
Completed in 88 milliseconds