HomeSort by relevance Sort by last modified time
    Searched refs:FixedPitch (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 47 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
SimpleFontData.h 70 enum Pitch { UnknownPitch, FixedPitch, VariablePitch };
129 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; }

Completed in 1681 milliseconds