OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 53 milliseconds