HomeSort by relevance Sort by last modified time
    Searched defs:FontFamily (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFamily.cpp 27 #include "FontFamily.h"
31 FontFamily::FontFamily(const FontFamily& other)
37 FontFamily& FontFamily::operator=(const FontFamily& other)
44 bool operator==(const FontFamily& a, const FontFamily& b)
48 const FontFamily* ap
    [all...]
FontFamily.h 37 class FontFamily {
39 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/skia/src/ports/
FontHostConfiguration_android.h 37 * The FontFamily data structure is created during parsing and handed back to
44 struct FontFamily {
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/WebKit2/UIProcess/API/qt/
qwkpreferences.h 30 enum FontFamily {
60 void setFontFamily(FontFamily which, const QString& family);
61 QString fontFamily(FontFamily which) const;
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 43 enum FontFamily {
101 void setFontFamily(FontFamily which, const QString &family);
102 QString fontFamily(FontFamily which) const;
103 void resetFontFamily(FontFamily which);
  /frameworks/base/graphics/java/android/renderscript/
Font.java 65 private static class FontFamily {
73 private static Map<String, FontFamily> sFontFamilyMap;
97 private static void addFamilyToMap(FontFamily family) {
104 sFontFamilyMap = new HashMap<String, FontFamily>();
106 FontFamily sansFamily = new FontFamily();
114 FontFamily serifFamily = new FontFamily();
122 FontFamily monoFamily = new FontFamily();
    [all...]

Completed in 1660 milliseconds