Searched refs:families (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
H A Dfont_settings_utils_gtk.cc19 PangoFontFamily** families = NULL; local
21 ::pango_font_map_list_families(font_map, &families, &num_families);
25 sorted_families.insert(::pango_font_family_get_name(families[i]));
27 g_free(families);
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformDataPango.cpp59 char const* families[] = { local
66 families[1] = "serif";
69 families[1] = "sans";
72 families[1] = "monospace";
77 families[1] = "sans";
95 for (unsigned int i = 0; !m_font && i < G_N_ELEMENTS(families); i++) {
96 pango_font_description_set_family(description, families[i]);
172 PangoFontFamily** families = 0; local
177 pango_font_map_list_families(m_fontMap, &families, &n_families);
181 g_strdup(pango_font_family_get_name(families[famil
[all...]
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dnon-kerned-drawing.cpp73 char const* families[] = { local
80 families[1] = "serif";
83 families[1] = "sans";
86 families[1] = "monospace";
89 families[1] = "sans";
125 for (unsigned i = 0; !pangoFont && i < G_N_ELEMENTS(families); i++) {
126 pango_font_description_set_family(description, families[i]);
/external/skia/src/ports/
H A DFontHostConfiguration_android.cpp44 parser(parserRef), families(familiesRef), currentTag(NO_TAG) {};
47 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData
156 // Done parsing a Family - store the created currentFamily in the families array
157 *familyData->families.append() = familyData->currentFamily;
172 * families array.
174 void parseConfigFile(const char *filename, SkTDArray<FontFamily*> &families) { argument
176 FamilyData *familyData = new FamilyData(&parser, families);
232 * Loads data on font families from various expected configuration files. The
/external/freetype/src/cache/
H A Dftcglyph.c130 FTC_MruList_Init( &cache->families,
159 FTC_MruList_Done( &cache->families );
198 FTC_MRULIST_LOOKUP( &cache->families, query, query->family, error );
H A Dftcglyph.h29 * can be grouped into abstract `glyph families'. This avoids storing
128 * We can group glyphs into `families'. Each family correspond to a
215 FTC_MruListRec families; member in struct:FTC_GCacheRec_
274 FTC_MruList_Remove( &FTC_GCACHE((cache))->families, \
291 FTC_MRULIST_LOOKUP_CMP( &_gcache->families, _gquery, _fcompare, \
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndiswrapper.c78 static const int families[] = { local
84 for (i = 0; i < sizeof(families) / sizeof(int); ++i) {
85 sock = socket(families[i], SOCK_DGRAM, 0);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp113 const UChar** families; member in struct:WebCore::__anon14665::ScriptToFontFamilies
163 const UChar** familyPtr = scriptToFontFamilies[i].families;
294 // - Support generic families (from FontDescription)
/external/iproute2/misc/
H A Dss.c102 int families; member in struct:filter
109 .families= (1<<AF_INET)|(1<<AF_INET6),
1583 if (!(f->families & (1<<r->idiag_family))) {
1707 if (f->families & (1<<AF_INET)) {
1717 if ((f->families & (1<<AF_INET6)) &&
1839 if (f->families&(1<<AF_INET)) {
1847 if ((f->families&(1<<AF_INET6)) &&
1871 if (f->families&(1<<AF_INET)) {
1879 if ((f->families&(1<<AF_INET6)) &&
2715 current_filter.families
[all...]
/external/grub/docs/
H A Dtexinfo.tex1454 % Support font families that don't use the same naming scheme as CM.
1585 % we have to define the \textfont of the standard families. Since
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 171 milliseconds