Searched refs:family (Results 101 - 125 of 433) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlMultiLine.h43 virtual float getAvgCharWidth(AtomicString family);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFontDescription.h86 WebString family; member in struct:WebKit::WebFontDescription
/external/webkit/Source/WebKit/win/
H A DWebKitGraphics.cpp53 String fontFamilyString(description.family, description.familyLength);
56 FontFamily family; local
57 family.setFamily(fontFamilyString);
58 f.setFamily(family);
H A DWebKitGraphics.h41 LPCTSTR family; member in struct:WebFontDescription
H A DWebPreferences.cpp568 /* [retval][out] */ BSTR* family)
570 *family = stringValueForKey(CFSTR(WebKitStandardFontPreferenceKey));
571 return (*family) ? S_OK : E_FAIL;
575 /* [in] */ BSTR family)
577 setStringValue(CFSTR(WebKitStandardFontPreferenceKey), family); local
582 /* [retval][out] */ BSTR* family)
584 *family = stringValueForKey(CFSTR(WebKitFixedFontPreferenceKey));
585 return (*family) ? S_OK : E_FAIL;
589 /* [in] */ BSTR family)
591 setStringValue(CFSTR(WebKitFixedFontPreferenceKey), family); local
567 standardFontFamily( BSTR* family) argument
574 setStandardFontFamily( BSTR family) argument
581 fixedFontFamily( BSTR* family) argument
588 setFixedFontFamily( BSTR family) argument
602 setSerifFontFamily( BSTR family) argument
605 setStringValue(CFSTR(WebKitSerifFontPreferenceKey), family); local
609 sansSerifFontFamily( BSTR* family) argument
616 setSansSerifFontFamily( BSTR family) argument
619 setStringValue(CFSTR(WebKitSansSerifFontPreferenceKey), family); local
623 cursiveFontFamily( BSTR* family) argument
630 setCursiveFontFamily( BSTR family) argument
633 setStringValue(CFSTR(WebKitCursiveFontPreferenceKey), family); local
637 fantasyFontFamily( BSTR* family) argument
644 setFantasyFontFamily( BSTR family) argument
647 setStringValue(CFSTR(WebKitFantasyFontPreferenceKey), family); local
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpreferences.h60 void setFontFamily(FontFamily which, const QString& family);
/external/iptables/extensions/
H A Dlibxt_iprange.c45 uint8_t family, const char *optname)
54 if (family == NFPROTO_IPV6) {
74 uint8_t family, const char *optname)
83 iprange_parse_spec(arg, arg, range, family, optname);
89 iprange_parse_spec(arg, dash + 1, range, family, optname);
304 .family = NFPROTO_IPV4,
318 .family = NFPROTO_IPV4,
332 .family = NFPROTO_IPV6,
44 iprange_parse_spec(const char *from, const char *to, union nf_inet_addr *range, uint8_t family, const char *optname) argument
73 iprange_parse_range(const char *oarg, union nf_inet_addr *range, uint8_t family, const char *optname) argument
H A Dlibxt_connlimit.c57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family) argument
190 .family = NFPROTO_IPV4,
205 .family = NFPROTO_IPV6,
220 .family = NFPROTO_IPV4,
235 .family = NFPROTO_IPV6,
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.h101 extern struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases);
116 extern struct ifi_info *get_ifi_info(int family, int doaliases);
/external/oprofile/libop/
H A Dop_hw_specific.h73 unsigned family = (eax & 0xf00) >> 8; local
75 return ext_family + family;
141 /* Already know is Intel family 6, so just check the model. */
/external/skia/gm/
H A Dverttext2.cpp66 SkTypeface* family, SkPaint::Align alignment) {
72 paint.setTypeface(family);
65 drawText(SkCanvas* canvas, const SkString& string, SkTypeface* family, SkPaint::Align alignment) argument
/external/skia/src/core/
H A DSkTypeface.cpp73 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) { argument
74 return SkFontHost::CreateTypeface(family, NULL, NULL, 0, s);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DSimpleFontDataHaiku.cpp73 FontPlatformData fontPlatformData(desc, desc.family().family());
/external/webkit/Source/WebKit/android/plugins/
H A DANPTypefaceInterface.cpp37 static ANPTypeface* anp_createFromTypeface(const ANPTypeface* family, argument
39 SkTypeface* tf = SkTypeface::CreateFromTypeface(family,
/external/skia/src/ports/
H A DSkFontHost_FONTPATH.cpp239 const FontFamilyRec* family; local
242 family = &gFamilies[
245 family = find_family_rec(familyName);
247 family = &gFamilies[DEFAULT_FAMILY_INDEX];
249 const FontFaceRec& face = FontFaceRec::FindFace(family->fFaces,
250 family->fFaceCount,
H A DFontHostConfiguration_android.cpp47 SkTDArray<FontFamily*> &families; // The array that each family is put into as it is parsed
48 FontFamily *currentFamily; // The current family being created
115 * Handler for the start of a tag. The only tags we expect are family, nameset,
121 if (strncmp(tag, "family", len)== 0) {
149 * Handler for the end of tags. We only care about family, nameset, fileset,
155 if (strncmp(tag, "family", len)== 0) {
211 FontFamily* family = vendorFonts[i]; local
212 int order = family->order;
216 *fallbackFonts.append() = family;
220 *fallbackFonts.insert(currentOrder++) = family;
[all...]
/external/webkit/Source/WebCore/css/
H A Dview-source.css37 font-family: monospace;
70 font-family: Helvetica
133 font-family: Lucida Grande, sans-serif;
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCacheFreeType.cpp120 static String getFamilyNameStringFromFontDescriptionAndFamily(const FontDescription& fontDescription, const AtomicString& family) argument
124 if (family.length() && !family.startsWith("-webkit-"))
125 return family.string();
172 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
175 // says that we must find an exact match for font family, slant (italic or oblique can be used)
178 String familyNameString(getFamilyNameStringFromFontDescriptionAndFamily(fontDescription, family));
193 // family like "sans," this is the only time we allow Fontconfig to substitute one
194 // family name for another (i.e. if the fonts are aliased to each other).
211 // If Fontconfig gave use a different font family tha
[all...]
/external/netcat/
H A Dnetcat.c99 int family = AF_UNSPEC; variable
147 family = AF_INET;
150 family = AF_INET6;
153 family = AF_UNIX;
293 if (argv[0] && !argv[1] && family == AF_UNIX) {
317 if ((family == AF_UNIX) && uflag && !lflag) {
330 if (family != AF_UNIX) {
332 hints.ai_family = family;
347 if (family == AF_UNIX)
351 if (family
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm108 // Use the family name from the AppKit-supplied substitute font, requesting the
156 const FontFamily* currFamily = &font.fontDescription().family();
158 if (currFamily->family().length()) {
162 if (currFamily->family().contains(*matchWords[j], false))
194 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
200 NSFont *nsFont = [WebFontCache fontWithFamily:family traits:traits weight:weight size:size];
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp88 static const Vector<String>* getLinkedFonts(String& family) argument
91 Vector<String>* result = systemLinkMap.get(family);
96 systemLinkMap.set(family, result);
102 RegQueryValueEx(fontLinkKey, family.charactersWithNullTermination(), 0, NULL, NULL, &linkedFontsBufferSize);
104 if (SUCCEEDED(RegQueryValueEx(fontLinkKey, family.charactersWithNullTermination(), 0, NULL, reinterpret_cast<BYTE*>(linkedFonts), &linkedFontsBufferSize))) {
389 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) argument
392 if (equalIgnoringCase(family, lucidaStr)) {
448 static HFONT createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int size, bool synthesizeItalic) argument
454 unsigned familyLength = min(family.length(), static_cast<unsigned>(LF_FACESIZE - 1));
455 memcpy(logFont.lfFaceName, family
553 createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
[all...]
/external/dbus/dbus/
H A Ddbus-server-socket.c378 * If family is NULL, hostname resolution will try all address
385 * @param family
394 const char *family,
433 nlisten_fds =_dbus_listen_tcp_socket (bind, port, family,
451 if (family &&
452 (!_dbus_string_append (&address, ",family=") ||
453 !_dbus_string_append (&address, family)))
533 const char *family; local
538 family = dbus_address_entry_get_value (entry, "family");
391 _dbus_server_new_for_tcp_socket(const char *host, const char *bind, const char *port, const char *family, DBusError *error, dbus_bool_t use_nonce) argument
[all...]
/external/kernel-headers/original/linux/
H A Dnet.h126 int family; member in struct:proto_ops
170 int family; member in struct:net_proto_family
185 extern int sock_unregister(int family);
186 extern int sock_create(int family, int type, int proto,
188 extern int sock_create_kern(int family, int type, int proto,
190 extern int sock_create_lite(int family, int type, int proto,
272 .family = fam, \
/external/iproute2/tc/
H A Df_rsvp.c41 struct tc_rsvp_pinfo *pinfo, int dir, int family)
66 if (get_addr_1(addr, *argv, family))
105 if (family != AF_INET6)
171 int family = strcmp(qu->id, "rsvp") == 0 ? AF_INET : AF_INET6; local
198 if (get_addr_and_pi(&argc, &argv, &addr, &pinfo, 1, family)) {
210 if (get_addr_and_pi(&argc, &argv, &addr, &pinfo, 0, family)) {
317 int family = strcmp(qu->id, "rsvp") == 0 ? AF_INET : AF_INET6; local
348 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_DST]), buf, sizeof(buf)) == 0)
374 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_SRC]), buf, sizeof(buf)) == 0) {
40 get_addr_and_pi(int *argc_p, char ***argv_p, inet_prefix * addr, struct tc_rsvp_pinfo *pinfo, int dir, int family) argument
/external/iproute2/ip/
H A Dxfrm_state.c260 req.xsinfo.family = preferred_family;
329 if (coa.family == AF_UNSPEC)
330 invarg("\"coa\" address family is AF_UNSPEC", *argv);
432 &req.xsinfo.family, 0, &argc, &argv);
434 preferred_family = req.xsinfo.family;
515 if (req.xsinfo.family == AF_UNSPEC)
516 req.xsinfo.family = AF_INET;
548 req.xspi.info.family = preferred_family;
595 &req.xspi.info.family, 0, &argc, &argv);
601 preferred_family = req.xspi.info.family;
[all...]

Completed in 2282 milliseconds

1234567891011>>