Home
last modified time | relevance | path

Searched refs:UnknownPitch (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontFallbackList.cpp43 , m_pitch(UnknownPitch) in FontFallbackList()
57 m_pitch = UnknownPitch; in invalidate()
DFontFallbackList.h47 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch()
DSimpleFontData.h70 enum Pitch { UnknownPitch, FixedPitch, VariablePitch }; enumerator