Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.cpp52 , m_hasVerticalGlyphs(false) in SimpleFontData()
61 m_hasVerticalGlyphs = m_verticalData.get() && m_verticalData->hasVerticalMetrics(); in SimpleFontData()
74 , m_hasVerticalGlyphs(false) in SimpleFontData()
DSimpleFontData.h104 bool hasVerticalGlyphs() const { return m_hasVerticalGlyphs; } in hasVerticalGlyphs()
210 bool m_hasVerticalGlyphs; variable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp131 m_hasVerticalGlyphs = true; in platformInit()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataMac.mm235 m_hasVerticalGlyphs = fontHasVerticalGlyphs(m_platformData.ctFont());