Home
last modified time | relevance | path

Searched refs:m_hasVerticalGlyphs (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp59 , m_hasVerticalGlyphs(false) in SimpleFontData()
75 , m_hasVerticalGlyphs(false) in SimpleFontData()
DSimpleFontData.h104 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; } in hasVerticalGlyphs()
226 bool m_hasVerticalGlyphs; variable
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontDataAndroid.cpp73 m_hasVerticalGlyphs = true; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataLinux.cpp122 m_hasVerticalGlyphs = true; in platformInit()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm271 m_hasVerticalGlyphs = true;
/external/webkit/Source/WebCore/
DChangeLog44838 …constructor. Change this code to match Mac and to set the new m_hasVerticalGlyphs boolean instead…