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

/external/chromium_org/content/common/
H A Dfont_list_pango.cc21 PangoFontFamily** families = NULL; local
23 ::pango_font_map_list_families(font_map, &families, &num_families);
27 sorted_families.insert(::pango_font_family_get_name(families[i]));
29 g_free(families);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc18 PangoFontFamily** families = NULL; local
20 ::pango_font_map_list_families(font_map, &families, &num_families);
23 font_families->push_back(::pango_font_family_get_name(families[i]));
24 g_free(families);
/external/chromium_org/ui/gfx/
H A Dfont_render_params.h68 return families.empty() && pixel_size <= 0 && point_size <= 0 && style < 0;
76 // Requested font families, or empty if unset.
77 std::vector<std::string> families; member in struct:gfx::FontRenderParamsQuery
89 // recommended font family from |query.families|.
H A Dfont_render_params_linux_unittest.cc330 query.families.push_back("Arial");
331 query.families.push_back("Times New Roman");
340 EXPECT_EQ(query.families[0], suggested_family);
349 query.families.push_back("Helvetica");
350 query.families.push_back("Arial");
351 query.families.push_back("Verdana");
371 query.families.push_back("Helvetica");
376 query.families.clear();
377 query.families.push_back("Arial");
H A Dfont_render_params_linux.cc91 for (std::vector<std::string>::const_iterator it = query.families.begin();
92 it != query.families.end(); ++it) {
163 JoinString(query.families, ',').c_str()));
215 if (family_out && family_out->empty() && !query.families.empty())
216 *family_out = query.families[0];
H A Dplatform_font_pango.cc98 &query.families);
125 query.families.push_back(font_name);
161 query.families.push_back(new_family);
H A Drender_text_harfbuzz.cc1144 query.families.push_back(font_family);
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp34 families(familiesRef),
40 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData
143 // Done parsing a Family - store the created currentFamily in the families array
144 *familyData->families.append() = familyData->currentFamily;
159 * families array.
161 static void parseConfigFile(const char *filename, SkTDArray<FontFamily*> &families) { argument
204 FamilyData *familyData = new FamilyData(&parser, families);
256 * Loads data on font families from various expected configuration files. The
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp56 families(familiesRef),
62 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData
146 for (int i = 0; i < familyData->families.count(); i++) {
147 FontFamily* candidate = familyData->families[i];
200 *familyData->families.append() = family;
245 for (int i = 0; i < familyData->families.count(); i++) {
246 if (findWeight400(familyData->families[i])) {
247 purgeUndesiredWeights(familyData->families[i]);
274 *familyData->families.append() = familyData->currentFamily;
418 // Done parsing a Family - store the created currentFamily in the families arra
442 parseConfigFile(const char* filename, SkTDArray<FontFamily*> &families) argument
[all...]
H A DSkFontMgr_android.cpp288 /** Returns not how many families we have, but how many unique names
289 * exist among the families.
320 // TODO: eventually we should not need to name fallback families.
477 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const char* basePath) { argument
478 for (int i = 0; i < families.count(); i++) {
479 FontFamily& family = *families[i];
/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/chromium_org/ppapi/tests/
H A Dtest_truetype_font.cc108 // We should get some font families on any platform.
133 // Get the list of all font families.
139 const std::vector<pp::Var> families = cc.output(); local
141 if (std::find(families.begin(), families.end(), family) == families.end()) {
143 if (std::find(families.begin(), families.end(), family) == families.end())
144 family = families[
[all...]
H A Dtest_browser_font.cc38 pp::Var families = pp::BrowserFont_Trusted::GetFontFamilies(instance_); local
40 ASSERT_TRUE(families.is_string());
41 ASSERT_TRUE(!families.AsString().empty());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp131 const UChar** families; member in struct:blink::__anon11292::ScriptToFontFamilies
181 const UChar** familyPtr = scriptToFontFamilies[i].families;
263 // - Support generic families (from FontDescription)
/external/iproute2/misc/
H A Dss.c104 int families; member in struct:filter
111 .families= (1<<AF_INET)|(1<<AF_INET6),
1616 if (!(f->families & (1<<r->idiag_family))) {
1743 if (f->families & (1<<AF_INET)) {
1753 if ((f->families & (1<<AF_INET6)) &&
1875 if (f->families&(1<<AF_INET)) {
1883 if ((f->families&(1<<AF_INET6)) &&
1907 if (f->families&(1<<AF_INET)) {
1915 if ((f->families&(1<<AF_INET6)) &&
2908 current_filter.families
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc306 query.families.push_back(family);
/external/bison/build-aux/
H A Dtexinfo.tex1786 % Support font families that don't use the same naming scheme as CM.
2090 % 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 2782 milliseconds