OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenericFamilyType
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h
50
const UChar* getFontFamilyForScript(UScriptCode, FontDescription::
GenericFamilyType
);
59
FontDescription::
GenericFamilyType
,
FontCacheLinux.cpp
115
FontDescription::
GenericFamilyType
mType;
125
FontDescription::
GenericFamilyType
type = fontDescription.genericFamily();
FontUtilsChromiumWin.cpp
305
FontDescription::
GenericFamilyType
generic)
329
FontDescription::
GenericFamilyType
generic,
FontCacheChromiumWin.cpp
523
FontDescription::
GenericFamilyType
generic = description.genericFamily();
/external/webkit/Source/WebCore/platform/graphics/
FontDescription.h
55
enum
GenericFamilyType
{ NoFamily, StandardFamily, SerifFamily, SansSerifFamily,
92
GenericFamilyType
genericFamily() const { return static_cast<
GenericFamilyType
>(m_genericFamily); }
114
void setGenericFamily(
GenericFamilyType
genericFamily) { m_genericFamily = genericFamily; }
146
unsigned m_genericFamily : 3; //
GenericFamilyType
/external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp
61
desc.setGenericFamily(static_cast<FontDescription::
GenericFamilyType
>(genericFamily));
Completed in 47 milliseconds