/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_utils_gtk.cc | 19 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/ |
FontPlatformDataPango.cpp | 59 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[family])) [all...] |
/external/skia/src/ports/ |
FontHostConfiguration_android.cpp | 39 parser(parserRef), families(familiesRef), currentTag(NO_TAG) {}; 42 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData 114 // Done parsing a Family - store the created currentFamily in the families array 115 *familyData->families.append() = familyData->currentFamily; 129 * This function parses the given filename and stores the results in the given families array. 131 void parseConfigFile(const char *filename, SkTDArray<FontFamily*> &families) { 133 FamilyData *familyData = new FamilyData(&parser, families); 155 * Loads data on font families from various expected configuration files. The resulting data
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 73 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]);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
FontLoader.java | 152 if (info.families.contains(family)) { 179 final Set<String> families; field in class:FontLoader.FontInfo 182 families = new HashSet<String>(); 258 mFontInfo.families.add(family);
|
/external/wpa_supplicant/ |
driver_ndiswrapper.c | 78 static const int families[] = { local 84 for (i = 0; i < sizeof(families) / sizeof(int); ++i) { 85 sock = socket(families[i], SOCK_DGRAM, 0);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndiswrapper.c | 78 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/ |
FontUtilsChromiumWin.cpp | 113 const UChar** families; member in struct:WebCore::__anon13192::ScriptToFontFamilies 163 const UChar** familyPtr = scriptToFontFamilies[i].families; 294 // - Support generic families (from FontDescription)
|
/external/iproute2/misc/ |
ss.c | 102 int families; member in struct:filter 109 .families= (1<<AF_INET)|(1<<AF_INET6), [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |