HomeSort by relevance Sort by last modified time
    Searched full:families (Results 26 - 50 of 267) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 62 ScopedLongArrayRO families(env, familyArray);
64 for (size_t i = 0; i < families.size(); i++) {
65 FontFamily* family = reinterpret_cast<FontFamily*>(families[i]);
  /frameworks/base/docs/html-intl/intl/es/distribute/googleplay/families/
about.jd 4 meta.tags="families, googleplay, distribution"
5 page.tags="families"
49 distribución para desarrolladores</a> y el <a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">
60 <a href="{@docRoot}distribute/googleplay/families/start.html" class="next-class-link">A continuación: Inclusión</a>
start.jd 2 meta.tags="families", "guidelines", "quality"
3 page.tags="families", "addendum"
39 distribución para desarrolladores</a>, incluido el<a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">
105 <a href="{@docRoot}distribute/googleplay/families/faq.html" class="next-class-link">A continuación: Preguntas frecuentes</a>
  /frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/families/
faq.jd 2 meta.tags="families", "guidelines", "quality"
3 page.tags="families", "addendum"
38 ??? ?????? ?????????? ? ??????? ???????????? Google Play. ??????????? <a href="{@docRoot}distribute/googleplay/families/start.html">?????????
278 ????? ???????????? ??????????? <a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">??????????
  /frameworks/minikin/tests/
FontTestUtils.h 25 * This function reads /system/etc/fonts.xml and make font families and
  /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/skia/src/ports/
SkFontMgr_android.cpp 286 SkTDArray<FontFamily*> families; local
290 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
295 SkFontMgr_Android_Parser::GetSystemFontFamilies(families);
300 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
302 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false);
304 families.deleteAll();
308 /** Returns not how many families we have, but how many unique names
309 * exist among the families.
340 // TODO: eventually we should not need to name fallback families.
517 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated)
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/
googleplay_toc.cs 81 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/families/about.html"
83 ja-lang="Designed for Families"
84 ko-lang="Designed for Families"
85 pt-br-lang="Designed for Families"
88 zh-tw-lang="Designed for Families">
89 <span class="en">Designed for Families</span>
  /external/kernel-headers/original/uapi/linux/
atmbr2684.h 50 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
77 * This is for the ATM_SETBACKEND call - these are like socket families:
  /external/skia/resources/android_fonts/pre_v17/
fallback_fonts.xml 10 families are listed in this file represents the order in which these fallback fonts
20 provide references to other font families that should be used in addition to the default
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmbr2684.h 50 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
77 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmbr2684.h 50 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
77 * This is for the ATM_SETBACKEND call - these are like socket families:
  /external/autotest/client/site_tests/security_ProtocolFamilies/
security_ProtocolFamilies.py 108 Fails if it can create a socket for one or more protocol families
114 # Protocol families currently go up to 40, but this way we make sure
115 # to catch new families that might get added to the kernel.
132 failure_string = "Unexpected protocol families available: "
  /frameworks/base/libs/hwui/hwui/
Typeface.cpp 134 Typeface* Typeface::createFromFamilies(const std::vector<FontFamily*>& families) {
136 result->fFontCollection = new FontCollection(families);
137 if (families.empty()) {
142 FontFamily* firstFamily = reinterpret_cast<FontFamily*>(families[0]);
Typeface.h 48 static Typeface* createFromFamilies(const std::vector<FontFamily*>& families);
  /libcore/ojluni/src/main/java/java/net/
StandardProtocolFamily.java 29 * Defines the standard families of communication protocols.
  /external/skia/resources/android_fonts/v17/
fallback_fonts-ja.xml 10 families are listed in this file represents the order in which these fallback fonts
20 provide references to other font families that should be used in addition to the default
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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"))
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 38 private static final String[] FAMILIES =
43 * a number of generic families are tried.
47 for (String family : FAMILIES) {
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 64 families = set(
66 if len(families) > 1:
67 raise error.TestError('Specify only one family not: %s' % families)
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 39 families = new ArrayList<Family>();
42 public List<Family> families; field in class:FontListParser.Config
110 config.families.add(readFamily(parser));

Completed in 1897 milliseconds

12 3 4 5 6 7 8 91011