Home
last modified time | relevance | path

Searched refs:m_treatAsFixedPitch (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/pango/
DSimpleFontDataPango.cpp136 m_treatAsFixedPitch = false; in determinePitch()
140 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp135 m_treatAsFixedPitch = m_platformData.font()->IsFixedWidth(); in determinePitch()
137 m_treatAsFixedPitch = false; in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp54 , m_treatAsFixedPitch(false) in SimpleFontData()
69 , m_treatAsFixedPitch(false) in SimpleFontData()
DSimpleFontData.h129 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } in pitch()
215 bool m_treatAsFixedPitch; variable
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataWin.cpp186 m_treatAsFixedPitch = false; in determinePitch()
199 m_treatAsFixedPitch = ((tm.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp33 m_treatAsFixedPitch = m_platformData.font().fixedPitch(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp105 m_treatAsFixedPitch = m_platformData.font() && m_platformData.font()->IsFixed(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp138 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontDataAndroid.cpp119 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp146 m_treatAsFixedPitch = !(tm.tmPitchAndFamily & TMPF_FIXED_PITCH); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp171 m_treatAsFixedPitch = ((textMetric.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0); in determinePitch()
DSimpleFontDataLinux.cpp212 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm453 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||