Searched defs:hints (Results 51 - 75 of 106) sorted by relevance

12345

/external/freetype/src/pshinter/
H A Dpshrec.c5 /* FreeType PostScript hints recorder (body). */
48 /* destroy hints table */
53 FT_FREE( table->hints );
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
101 hint = table->hints + count - 1;
541 ps_hint_table_done( &dimension->hints, memory );
549 dimension->hints.num_hints = 0;
669 /* now, lookup stem in the current hints table */
673 FT_UInt max = dim->hints.num_hints;
674 PS_Hint hint = dim->hints
812 ps_hints_open( PS_Hints hints, PS_Hint_Type hint_type ) argument
838 ps_hints_stem( PS_Hints hints, FT_Int dimension, FT_UInt count, FT_Long* stems ) argument
894 ps_hints_t1stem3( PS_Hints hints, FT_Int dimension, FT_Fixed* stems ) argument
957 ps_hints_t1reset( PS_Hints hints, FT_UInt end_point ) argument
996 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
1042 ps_hints_t2counter( PS_Hints hints, FT_UInt bit_count, const FT_Byte* bytes ) argument
1088 ps_hints_close( PS_Hints hints, FT_UInt end_point ) argument
1131 t1_hints_stem( T1_Hints hints, FT_Int dimension, FT_Fixed* coords ) argument
1175 t2_hints_stems( T2_Hints hints, FT_Int dimension, FT_Int count, FT_Fixed* coords ) argument
[all...]
H A Dpshalgo.c53 /* return true if two stem hints overlap */
63 /* destroy hints table */
73 FT_FREE( table->hints );
80 /* deactivate all hints in a table */
85 PSH_Hint hint = table->hints;
101 PSH_Hint hint = table->hints + idx;
110 /* ignore active hints */
140 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
171 /* create hints table */
174 PS_Hint_Table hints,
173 psh_hint_table_init( PSH_Hint_Table table, PS_Hint_Table hints, PS_Mask_Table hint_masks, PS_Mask_Table counter_masks, FT_Memory memory ) argument
[all...]
H A Dpshalgo.h83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
/external/ipsec-tools/
H A Dsetup.c89 struct addrinfo hints = { local
100 if (getaddrinfo(server, "500", &hints, &info) != 0) {
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c982 struct addrinfo hints, *res; local
986 memset(&hints, 0, sizeof(hints));
987 hints.ai_family = PF_UNSPEC;
988 hints.ai_socktype = SOCK_DGRAM;
989 hints.ai_flags = AI_NUMERICHOST;
990 error = getaddrinfo(host, port, &hints, &res);
H A Doakley.c1961 struct addrinfo hints, *res; local
1987 memset(&hints, 0, sizeof(hints));
1988 hints.ai_family = PF_UNSPEC;
1989 hints.ai_socktype = SOCK_RAW;
1990 hints.ai_flags = AI_NUMERICHOST;
1991 error = getaddrinfo(altname, NULL, &hints, &res);
H A Dracoonctl.c745 struct addrinfo hints, *res; local
775 memset(&hints, 0, sizeof(hints));
776 hints.ai_family = PF_UNSPEC;
777 hints.ai_socktype = SOCK_DGRAM;
778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0)
/external/netcat/
H A Dnetcat.c127 struct addrinfo hints; local
331 memset(&hints, 0, sizeof(struct addrinfo));
332 hints.ai_family = family;
333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
336 hints.ai_flags |= AI_NUMERICHOST;
383 s = local_listen(host, uport, hints);
452 s = socks_connect(host, portlist[i], hints,
457 s = remote_connect(host, portlist[i], hints);
590 remote_connect(const char *host, const char *port, struct addrinfo hints) argument
694 local_listen(char *host, char *port, struct addrinfo hints) argument
[all...]
/external/openssh/
H A Dssh-keyscan.c291 struct addrinfo hints, *ai, *aitop; local
296 memset(&hints, 0, sizeof(hints));
297 hints.ai_family = IPv4or6;
298 hints.ai_socktype = SOCK_STREAM;
299 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
H A Dsshconnect.c191 struct addrinfo hints, *res; local
220 memset(&hints, 0, sizeof(hints));
221 hints.ai_family = ai->ai_family;
222 hints.ai_socktype = ai->ai_socktype;
223 hints.ai_protocol = ai->ai_protocol;
224 hints.ai_flags = AI_PASSIVE;
225 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
345 struct addrinfo hints, *ai, *aitop; local
355 memset(&hints,
[all...]
/external/v8/src/
H A Dplatform-posix.cc446 struct addrinfo hints; local
447 memset(&hints, 0, sizeof(addrinfo));
448 hints.ai_family = AF_INET;
449 hints.ai_socktype = SOCK_STREAM;
450 hints.ai_protocol = IPPROTO_TCP;
451 int status = getaddrinfo(host, port, &hints, &result);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c312 struct addrinfo hints; local
349 os_memset(&hints, 0, sizeof(struct addrinfo));
350 hints.ai_family = AF_INET; /* IPv4 */
351 hints.ai_socktype = SOCK_STREAM;
356 hints.ai_flags = AI_NUMERICHOST;
359 hints.ai_flags = 0;
361 hints.ai_protocol = 0; /* Any protocol? */
363 &hints, &result);
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c312 struct addrinfo hints; local
349 os_memset(&hints, 0, sizeof(struct addrinfo));
350 hints.ai_family = AF_INET; /* IPv4 */
351 hints.ai_socktype = SOCK_STREAM;
356 hints.ai_flags = AI_NUMERICHOST;
359 hints.ai_flags = 0;
361 hints.ai_protocol = 0; /* Any protocol? */
363 &hints, &result);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c312 struct addrinfo hints; local
349 os_memset(&hints, 0, sizeof(struct addrinfo));
350 hints.ai_family = AF_INET; /* IPv4 */
351 hints.ai_socktype = SOCK_STREAM;
356 hints.ai_flags = AI_NUMERICHOST;
359 hints.ai_flags = 0;
361 hints.ai_protocol = 0; /* Any protocol? */
363 &hints, &result);
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc696 GdkGeometry hints; local
700 hints.min_height = min_size.height();
701 hints.min_width = min_size.width();
707 hints.max_height = max_size.height() == kUnboundedSize ?
709 hints.max_width = max_size.width() == kUnboundedSize ?
717 &hints,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.c73 AF_GlyphHintsRec hints[1]; local
76 af_glyph_hints_init( hints, face->memory );
111 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
113 error = af_glyph_hints_reload( hints, &face->glyph->outline );
120 AF_AxisHints axhints = &hints->axis[dim];
125 error = af_latin_hints_compute_segments( hints, (AF_Dimension)dim );
129 af_latin_hints_link_segments( hints, (AF_Dimension)dim );
177 af_glyph_hints_done( hints );
686 af_cjk_hints_compute_segments( AF_GlyphHints hints, argument
689 AF_AxisHints axis = &hints
730 af_cjk_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
895 af_cjk_hints_compute_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
1157 af_cjk_hints_detect_features( AF_GlyphHints hints, AF_Dimension dim ) argument
1175 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1382 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, AF_Edge_Flags base_flags, AF_Edge_Flags stem_flags ) argument
1503 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1521 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1548 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) argument
1674 af_cjk_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2018 af_cjk_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
[all...]
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c53 /* return true if two stem hints overlap */
63 /* destroy hints table */
73 FT_FREE( table->hints );
80 /* deactivate all hints in a table */
85 PSH_Hint hint = table->hints;
101 PSH_Hint hint = table->hints + idx;
110 /* ignore active hints */
140 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
171 /* create hints table */
174 PS_Hint_Table hints,
173 psh_hint_table_init( PSH_Hint_Table table, PS_Hint_Table hints, PS_Mask_Table hint_masks, PS_Mask_Table counter_masks, FT_Memory memory ) argument
[all...]
H A Dpshalgo.h83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
/external/chromium_org/third_party/libxml/src/
H A Dnanoftp.c881 struct addrinfo hints, *tmp, *result; local
884 memset (&hints, 0, sizeof(hints));
885 hints.ai_socktype = SOCK_STREAM;
888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
H A Dnanohttp.c1067 struct addrinfo hints, *res, *result; local
1070 memset (&hints, 0,sizeof(hints));
1071 hints.ai_socktype = SOCK_STREAM;
1073 status = getaddrinfo (host, NULL, &hints, &result);
/external/freetype/src/autofit/
H A Dafcjk.c73 AF_GlyphHintsRec hints[1]; local
76 af_glyph_hints_init( hints, face->memory );
111 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
113 error = af_glyph_hints_reload( hints, &face->glyph->outline );
120 AF_AxisHints axhints = &hints->axis[dim];
125 error = af_latin_hints_compute_segments( hints, (AF_Dimension)dim );
129 af_latin_hints_link_segments( hints, (AF_Dimension)dim );
177 af_glyph_hints_done( hints );
686 af_cjk_hints_compute_segments( AF_GlyphHints hints, argument
689 AF_AxisHints axis = &hints
730 af_cjk_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
895 af_cjk_hints_compute_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
1157 af_cjk_hints_detect_features( AF_GlyphHints hints, AF_Dimension dim ) argument
1175 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1382 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, AF_Edge_Flags base_flags, AF_Edge_Flags stem_flags ) argument
1503 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1521 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1548 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) argument
1674 af_cjk_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2018 af_cjk_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
[all...]
/external/iptables/iptables/
H A Dxtoptions.c516 struct addrinfo hints = {.ai_family = afinfo->family}; local
521 ret = getaddrinfo(cb->arg, NULL, &hints, &res);
/external/libxml2/
H A Dnanoftp.c882 struct addrinfo hints, *tmp, *result; local
885 memset (&hints, 0, sizeof(hints));
886 hints.ai_socktype = SOCK_STREAM;
889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
H A Dnanohttp.c1065 struct addrinfo hints, *res, *result; local
1068 memset (&hints, 0,sizeof(hints));
1069 hints.ai_socktype = SOCK_STREAM;
1071 status = getaddrinfo (host, NULL, &hints, &result);
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java234 public void addRenderingHints(Map hints) argument
236 graphics.addRenderingHints(hints);
564 public void setRenderingHints(Map hints) argument
566 graphics.setRenderingHints(hints);

Completed in 508 milliseconds

12345