OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnknownPitch
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp
43
, m_pitch(
UnknownPitch
)
57
m_pitch =
UnknownPitch
;
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 };
Completed in 900 milliseconds