Searched defs:FontFamily (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/ports/
H A DFontHostConfiguration_android.h37 * The FontFamily data structure is created during parsing and handed back to
44 struct FontFamily { struct
52 * array of FontFamily structures.
54 void getFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
58 * an array of FontFamily structures.
60 void getSystemFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
64 * results in an array of FontFamily structures.
66 void getFallbackFontFamilies(SkTDArray<FontFamily*> &fallbackFonts);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFamily.cpp27 #include "FontFamily.h"
31 FontFamily::FontFamily(const FontFamily& other) function in class:WebCore::FontFamily
37 FontFamily& FontFamily::operator=(const FontFamily& other)
44 bool operator==(const FontFamily& a, const FontFamily& b)
48 const FontFamily* a
[all...]
H A DFontFamily.h37 class FontFamily { class in namespace:WebCore
39 FontFamily() { } function in class:WebCore::FontFamily
40 FontFamily(const FontFamily&);
41 FontFamily& operator=(const FontFamily&);
47 const FontFamily* next() const;
57 class SharedFontFamily : public FontFamily, public RefCounted<SharedFontFamily> {
68 bool operator==(const FontFamily&, const FontFamily
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpreferences.h30 enum FontFamily { enum in class:QWKPreferences
60 void setFontFamily(FontFamily which, const QString& family);
61 QString fontFamily(FontFamily which) const;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.h43 enum FontFamily { enum in class:QWebSettings
101 void setFontFamily(FontFamily which, const QString &family);
102 QString fontFamily(FontFamily which) const;
103 void resetFontFamily(FontFamily which);

Completed in 224 milliseconds