HomeSort by relevance Sort by last modified time
    Searched full:families (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /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/chromium_org/content/common/
font_list_pango.cc 21 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/
pepper_truetype_font_list_pango.cc 18 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/kernel-headers/original/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
atmbr2684.h 39 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
66 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
atmbr2684.h 39 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
66 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
atmbr2684.h 39 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
66 * This is for the ATM_SETBACKEND call - these are like socket families:
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
fontSettings.html 17 <h2 id="scripts">Generic Font Families and Scripts</h2>
19 families and language scripts. For example, the font used for sans-serif
22 <p>The generic font families supported by Chrome are based on
23 <a href="http://www.w3.org/TR/CSS21/fonts.html#generic-font-families">CSS generic font families</a>
  /external/chromium_org/ppapi/proxy/
browser_font_singleton_resource.h 32 // Lazily-filled-in list of font families.
  /external/chromium_org/third_party/freetype/src/cache/
ftcglyph.h 29 * can be grouped into abstract `glyph families'. This avoids storing
128 * We can group glyphs into `families'. Each family correspond to a
131 * Families are implemented as MRU list nodes. They are
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, \
ftcglyph.c 130 FTC_MruList_Init( &cache->families,
159 FTC_MruList_Done( &cache->families );
198 FTC_MRULIST_LOOKUP( &cache->families, query, query->family, error );
  /external/freetype/src/cache/
ftcglyph.h 29 * can be grouped into abstract `glyph families'. This avoids storing
128 * We can group glyphs into `families'. Each family correspond to a
131 * Families are implemented as MRU list nodes. They are
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, \
ftcglyph.c 130 FTC_MruList_Init( &cache->families,
159 FTC_MruList_Done( &cache->families );
198 FTC_MRULIST_LOOKUP( &cache->families, query, query->family, error );
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 34 families(familiesRef),
40 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData
148 // Done parsing a Family - store the created currentFamily in the families array
149 *familyData->families.append() = familyData->currentFamily;
164 * families array.
166 static void parseConfigFile(const char *filename, SkTDArray<FontFamily*> &families) {
209 FamilyData *familyData = new FamilyData(&parser, families);
261 * Loads data on font families from various expected configuration files. The
SkFontConfigParser_android.h 26 * Skia to fold into its representation of font families. fNames is the list of
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 34 families(familiesRef),
40 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed member in struct:FamilyData
148 // Done parsing a Family - store the created currentFamily in the families array
149 *familyData->families.append() = familyData->currentFamily;
164 * families array.
166 static void parseConfigFile(const char *filename, SkTDArray<FontFamily*> &families) {
209 FamilyData *familyData = new FamilyData(&parser, families);
261 * Loads data on font families from various expected configuration files. The
SkFontConfigParser_android.h 26 * Skia to fold into its representation of font families. fNames is the list of
  /external/chromium_org/ui/gfx/
platform_font_pango_unittest.cc 22 // containing multiple font families. The first family should be preferred.
  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 108 // 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[0]; // Just use the first family
    [all...]
  /external/oprofile/
README 14 the AMD Athlon, and AMD Hammer families of CPUs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 5 # FIXME: should add 'displayof' option where relevant (actual, families,
166 def families(root=None): function
167 "Get font families (as a tuple)"
170 return root.tk.splitlist(root.tk.call("font", "families"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 5 # FIXME: should add 'displayof' option where relevant (actual, families,
166 def families(root=None): function
167 "Get font families (as a tuple)"
170 return root.tk.splitlist(root.tk.call("font", "families"))

Completed in 1392 milliseconds

1 2 3 4 5 6 7 8 910