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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontFallbackList.cpp44 , m_pitch(UnknownPitch)
57 m_pitch = UnknownPitch;
H A DFontFallbackList.h73 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
H A DSimpleFontData.h55 enum Pitch { UnknownPitch, FixedPitch, VariablePitch }; enumerator in enum:WebCore::Pitch

Completed in 82 milliseconds