OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasVerticalGlyphs
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
FontDataAndroid.cpp
69
m_hasVerticalGlyphs
= true;
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp
59
,
m_hasVerticalGlyphs
(false)
75
,
m_hasVerticalGlyphs
(false)
SimpleFontData.h
104
bool hasVerticalGlyphs() const { return
m_hasVerticalGlyphs
; }
226
bool
m_hasVerticalGlyphs
;
/external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp
122
m_hasVerticalGlyphs
= true;
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm
271
m_hasVerticalGlyphs
= true;
Completed in 18 milliseconds