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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.h25 * The FontFamily data structure is created during parsing and handed back to
32 struct FontFamily { struct
33 FontFamily() : fIsFallbackFont(false), order(-1) {} function in struct:FontFamily
45 * array of FontFamily structures.
47 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
51 * array of FontFamily structures.
53 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies,
/external/skia/src/ports/
H A DSkFontConfigParser_android.h25 * The FontFamily data structure is created during parsing and handed back to
32 struct FontFamily { struct
33 FontFamily() : fIsFallbackFont(false), order(-1) {} function in struct:FontFamily
45 * array of FontFamily structures.
47 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
51 * array of FontFamily structures.
53 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontFamily.h37 class FontFamily { class in namespace:WebCore
39 FontFamily() { } function in class:WebCore::FontFamily
40 ~FontFamily();
46 const FontFamily* next() const;
56 class SharedFontFamily : public FontFamily, public RefCounted<SharedFontFamily> {
67 bool operator==(const FontFamily&, const FontFamily&);
68 inline bool operator!=(const FontFamily& a, const FontFamily& b) { return !(a == b); }
70 inline FontFamily
[all...]

Completed in 98 milliseconds