HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 51 - 75 of 552) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/
extensions_infobar_mac.css 7 font-family: 'Lucida Grande', Helvetica, sans-serif;
  /external/webkit/Source/WebCore/css/
FontValue.cpp 31 // font variant weight size / line-height family
58 if (family) {
61 result += family->cssText();
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCachePango.cpp 60 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
62 return new FontPlatformData(fontDescription, family);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCacheQt.cpp 59 const AtomicString fallbackFamily = QFont(fontDescription.family().family()).lastResortFamily();
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 61 // get feature flags in ecx/edx, and family/model in eax
64 int family = (eax >> 8) & 0xf; // family and model fields local
66 if (family == 0xf) { // use extended family and model fields
67 family += (eax >> 20) & 0xff;
75 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
77 family == 15 &&
  /external/iptables/extensions/
libxt_TRACE.c 11 .family = NFPROTO_UNSPEC,
libxt_standard.c 13 .family = NFPROTO_UNSPEC,
  /external/v8/src/
atomicops_internals_x86_gcc.cc 92 // get feature flags in ecx/edx, and family/model in eax
95 int family = (eax >> 8) & 0xf; // family and model fields local
97 if (family == 0xf) { // use extended family and model fields
98 family += (eax >> 20) & 0xff;
106 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
108 family == 15 &&
  /external/webkit/Source/WebKit/chromium/public/gtk/
WebFontInfo.h 44 // Return a font family which provides glyphs for the Unicode code points
51 // Returns: the font family or an empty string if the request could not be
57 // family: i.e. "Times New Roman"
66 WEBKIT_API static void renderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle* result);
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 43 family = desc.family().family();
57 fontFamily.setFamily(family);
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 27 * Changes the typeface family of the text to which the span is attached.
33 * @param family The font family for this typeface. Examples include
36 public TypefaceSpan(String family) {
37 mFamily = family;
57 * Returns the font family name.
73 private static void apply(Paint paint, String family) {
83 Typeface tf = Typeface.create(family, oldStyle);
  /external/android-clat/
getaddr.c 33 int family; member in struct:target
63 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
70 if(targ_p->family == AF_INET) {
93 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
95 * family - family
97 union anyip *getinterface_ip(const char *interface, int family) {
103 targ.family = family;
111 ifa.ifa_family = targ.family;
    [all...]
setif.c 31 * family - address family (AF_INET, AF_INET6)
36 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) {
42 addr_size = inet_family_size(family);
53 ifa.ifa_family = family;
67 if(family == AF_INET6) {
73 } else if(family == AF_INET) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 62 String family = PlatformBridge::getFontFamilyForCharacters(characters, length, locale.getLanguage()); local
63 if (family.isEmpty())
66 AtomicString atomicFamily(family);
106 const AtomicString& family)
113 if (!family.length() || family.startsWith("-webkit-")) {
136 s = family.string().utf8();
  /frameworks/base/graphics/java/android/renderscript/
Font.java 52 //These help us create a font by family name
98 private static void addFamilyToMap(FontFamily family) {
99 for(int i = 0; i < family.mNames.length; i ++) {
100 sFontFamilyMap.put(family.mNames[i], family);
137 FontFamily family = sFontFamilyMap.get(familyName); local
138 if(family != null) {
141 return family.mNormalFileName;
143 return family.mBoldFileName;
145 return family.mItalicFileName
    [all...]
  /external/iproute2/ip/
ipprefix.c 42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
xfrm_monitor.c 52 __u16 family; local
62 family = xacq->sel.family;
63 if (family == AF_UNSPEC)
64 family = xacq->policy.sel.family;
65 if (family == AF_UNSPEC)
66 family = preferred_family;
80 xfrm_selector_print(&xacq->sel, family, fp, " sel ");
181 __u16 family; local
    [all...]
  /external/tcpdump/
print-rip.c 74 * | Address Family Identifier (2) | Route Tag (2) |
99 register u_short family; local
102 family = EXTRACT_16BITS(&ni->rip_family);
103 if (family != AF_INET) {
104 printf("\n\t AFI: %u:", family);
124 register u_short family; local
127 family = EXTRACT_16BITS(&ni->rip_family);
128 if (family == 0xFFFF) { /* 16 bytes authentication ? */
142 } else if (family != AF_INET) {
143 printf("\n\t AFI: %u", family);
    [all...]
  /external/smack/src/org/xbill/DNS/
Address.java 162 * @param family The address family.
166 toArray(String s, int family) {
167 byte [] byteArray = toByteArray(s, family);
189 * @param family The address family.
193 toByteArray(String s, int family) {
194 if (family == IPv4)
196 else if (family == IPv6)
199 throw new IllegalArgumentException("unknown address family");
381 int family = familyOf(address); local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 25 font-family: Verdana, Arial, Helvetica, sans-serif;
34 font-family: Arial;
42 font-family: Arial;
  /external/skia/legacy/src/ports/
SkFontHost_simple.cpp 38 /* This guy holds a mapping of a name -> family, used for looking up fonts.
47 void construct(const char name[], FamilyRec* family) {
49 fFamily = family; // we don't own this, so just record the referene
54 // we don't own family, so just ignore our reference
78 static SkTypeface* find_best_face(const FamilyRec* family,
80 SkTypeface* const* faces = family->fFaces;
135 /* Remove reference to this face from its family. If the resulting family
136 is empty (has no faces), return that family, otherwise return NULL
139 FamilyRec* family = find_family(face) local
187 const FamilyRec* family = find_family(familyMember); local
251 FamilyRec* family = remove_from_family(this); local
464 FamilyRec* family = find_family(tf); local
    [all...]
  /external/skia/src/ports/
SkFontHost_simple.cpp 38 /* This guy holds a mapping of a name -> family, used for looking up fonts.
47 void construct(const char name[], FamilyRec* family) {
49 fFamily = family; // we don't own this, so just record the referene
54 // we don't own family, so just ignore our reference
78 static SkTypeface* find_best_face(const FamilyRec* family,
80 SkTypeface* const* faces = family->fFaces;
135 /* Remove reference to this face from its family. If the resulting family
136 is empty (has no faces), return that family, otherwise return NULL
139 FamilyRec* family = find_family(face) local
187 const FamilyRec* family = find_family(familyMember); local
251 FamilyRec* family = remove_from_family(this); local
464 FamilyRec* family = find_family(tf); local
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 9 <test qual="any" name="family">
12 <edit name="family" mode="assign">
21 <test qual="any" name="family">
24 <edit name="family" mode="assign">
33 <test qual="any" name="family">
36 <edit name="family" mode="assign">
125 <test name="family">
131 <edit name="family" mode="append">
136 <test name="family">
142 <edit name="family" mode="append"
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 71 String family = mValues.getPhoneticFamilyName(); local
74 mPhoneticName = PhoneticNameEditorView.buildPhoneticName(family, middle, given);
89 * Parses phonetic name and returns parsed data (family, middle, given) as ContentValues.
102 String family = null; local
110 family = strings[0];
113 family = strings[0];
117 family = strings[0];
127 item.setPhoneticFamilyName(family);
136 public static String buildPhoneticName(String family, String middle, String given) {
137 if (!TextUtils.isEmpty(family) || !TextUtils.isEmpty(middle
214 String family = entry.getPhoneticFamilyName(); local
    [all...]
  /external/freetype/src/cache/
ftcglyph.h 31 * FTC_GNodes will belong to the same family in typical uses.
36 * * family: A pointer to a glyph `family'.
38 * - Family types are not fully specific in the FTC_Family type, but
82 * - Search for the corresponding family in the cache, or create
83 * a new one if necessary. Put it in FTC_GQUERY(myquery).family
128 * We can group glyphs into `families'. Each family correspond to a
138 FT_UInt num_nodes; /* current number of nodes in this family */
151 FTC_Family family; member in struct:FTC_GNodeRec_
163 FTC_Family family; member in struct:FTC_GQueryRec_
    [all...]

Completed in 1281 milliseconds

1 23 4 5 6 7 8 91011>>