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

/external/skia/src/ports/
H A DSkFontConfigParser_android.h23 * The FontFamily data structure is created during parsing and handed back to
30 struct FontFamily { struct
31 FontFamily() : fIsFallbackFont(false), order(-1) {} function in struct:FontFamily
43 * array of FontFamily structures.
45 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
49 * array of FontFamily structures.
51 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFamily.h38 class PLATFORM_EXPORT FontFamily { class in namespace:blink
40 FontFamily() { } function in class:blink::FontFamily
41 ~FontFamily();
47 const FontFamily* next() const;
57 class PLATFORM_EXPORT SharedFontFamily : public FontFamily, public RefCounted<SharedFontFamily> {
68 PLATFORM_EXPORT bool operator==(const FontFamily&, const FontFamily&);
69 inline bool operator!=(const FontFamily& a, const FontFamily& b) { return !(a == b); }
71 inline FontFamily
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs.h24 enum FontFamily { enum in class:dom_distiller::DistilledPagePrefs
39 virtual void OnChangeFontFamily(FontFamily font) = 0;
49 void SetFontFamily(FontFamily new_font);
51 FontFamily GetFontFamily();
63 void NotifyOnChangeFontFamily(FontFamily font_family);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFontFamily.h19 FontFamily::FontFamily() : function in class:FontFamily
26 FontFamily::FontFamily( function in class:FontFamily
46 FontFamily::FontFamily( function in class:FontFamily
57 inline const FontFamily *
58 FontFamily::GenericSansSerif()
66 (FontFamily*) GenericSansSerifFontFamilyBuffer;
81 inline const FontFamily *
[all...]
H A DGdiPlusHeaders.h191 // Abstract base class for FontFamily
194 class FontFamily : public GdiplusBase class in inherits:GdiplusBase
202 FontFamily();
204 FontFamily(
209 ~FontFamily();
211 static const FontFamily *GenericSansSerif();
212 static const FontFamily *GenericSerif();
213 static const FontFamily *GenericMonospace();
221 FontFamily * Clone() const;
242 FontFamily(cons
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.h77 struct FontFamily { struct
78 FontFamily() function in struct:FontFamily
95 * array of FontFamily structures.
97 void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
101 * array of FontFamily structures.
103 void GetTestFontFamilies(SkTDArray<FontFamily*> &fontFamilies,
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 169 milliseconds