/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afhints.c | 666 FT_MEM_ZERO( hints, sizeof ( *hints ) - sizeof ( hints->embedded ) ); in af_glyph_hints_init() 678 if ( !( hints && hints->memory ) ) in af_glyph_hints_done() 703 if ( hints->contours != hints->embedded.contours ) in af_glyph_hints_done() 708 if ( hints->points != hints->embedded.points ) in af_glyph_hints_done() 710 hints->max_points = 0; in af_glyph_hints_done() 713 hints->memory = NULL; in af_glyph_hints_done() 761 hints->contours = hints->embedded.contours; in af_glyph_hints_reload() 767 if ( hints->contours == hints->embedded.contours ) in af_glyph_hints_reload() 790 hints->points = hints->embedded.points; in af_glyph_hints_reload() 796 if ( hints->points == hints->embedded.points ) in af_glyph_hints_reload() [all …]
|
H A D | afcjk.c | 76 if (!hints) return; in af_cjk_metrics_init_widths() 78 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() 287 af_glyph_hints_done( hints ); in af_cjk_metrics_init_widths() 290 free(hints); in af_cjk_metrics_init_widths() 1007 FT_Memory memory = hints->memory; in af_cjk_hints_compute_edges() 1403 scaler_flags = hints->scaler_flags; in af_cjk_hints_init() 1437 hints->scaler_flags = scaler_flags; in af_cjk_hints_init() 1438 hints->other_flags = other_flags; in af_cjk_hints_init() 1656 FT_UNUSED( hints ); in af_cjk_align_serif_edge() 1832 if ( AF_HINTS_DO_BLUES( hints ) ) in af_cjk_hint_edges() [all …]
|
H A D | afdummy.c | 26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init() argument 29 af_glyph_hints_rescale( hints, metrics ); in af_dummy_hints_init() 31 hints->x_scale = metrics->scaler.x_scale; in af_dummy_hints_init() 32 hints->y_scale = metrics->scaler.y_scale; in af_dummy_hints_init() 33 hints->x_delta = metrics->scaler.x_delta; in af_dummy_hints_init() 34 hints->y_delta = metrics->scaler.y_delta; in af_dummy_hints_init() 42 AF_GlyphHints hints, in af_dummy_hints_apply() argument 50 error = af_glyph_hints_reload( hints, outline ); in af_dummy_hints_apply() 52 af_glyph_hints_save( hints, outline ); in af_dummy_hints_apply()
|
H A D | aflatin2.c | 71 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local 125 af_latin2_hints_link_segments( hints, in af_latin2_metrics_init_widths() 172 af_glyph_hints_done( hints ); in af_latin2_metrics_init_widths() 756 AF_Point point = hints->points; in af_latin2_hints_compute_segments() 768 AF_Point point = hints->points; in af_latin2_hints_compute_segments() 1089 FT_Memory memory = hints->memory; in af_latin2_hints_compute_edges() 1543 scaler_flags = hints->scaler_flags; in af_latin2_hints_init() 1583 hints->scaler_flags = scaler_flags; in af_latin2_hints_init() 1584 hints->other_flags = other_flags; in af_latin2_hints_init() 1843 FT_UNUSED( hints ); in af_latin2_align_serif_edge() [all …]
|
H A D | aflatin.c | 67 if (!hints) return; in af_latin_metrics_init_widths() 69 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() 206 af_latin_hints_link_segments( hints, in af_latin_metrics_init_widths() 280 af_glyph_hints_done( hints ); in af_latin_metrics_init_widths() 283 free(hints); in af_latin_metrics_init_widths() 1527 AF_Point point = hints->points; in af_latin_hints_compute_segments() 1539 AF_Point point = hints->points; in af_latin_hints_compute_segments() 2586 scaler_flags = hints->scaler_flags; in af_latin_hints_init() 2629 hints->scaler_flags = scaler_flags; in af_latin_hints_init() 2630 hints->other_flags = other_flags; in af_latin_hints_init() [all …]
|
H A D | afmodule.c | 526 if ( hints->memory ) in af_autofitter_load_glyph() 527 af_glyph_hints_done( hints ); in af_autofitter_load_glyph() 529 af_glyph_hints_init( hints, memory ); in af_autofitter_load_glyph() 530 af_loader_init( loader, hints ); in af_autofitter_load_glyph() 541 af_glyph_hints_dump_edges( hints, 0 ); in af_autofitter_load_glyph() 555 if (!hints || !loader) in af_autofitter_load_glyph() 561 AF_GlyphHintsRec hints[1]; in af_autofitter_load_glyph() local 568 af_glyph_hints_init( hints, memory ); in af_autofitter_load_glyph() 569 af_loader_init( loader, hints ); in af_autofitter_load_glyph() 575 af_glyph_hints_done( hints ); in af_autofitter_load_glyph() [all …]
|
H A D | afhints.h | 429 af_glyph_hints_init( AF_GlyphHints hints, 433 af_glyph_hints_rescale( AF_GlyphHints hints, 437 af_glyph_hints_reload( AF_GlyphHints hints, 441 af_glyph_hints_save( AF_GlyphHints hints, 445 af_glyph_hints_align_edge_points( AF_GlyphHints hints, 449 af_glyph_hints_align_strong_points( AF_GlyphHints hints, 453 af_glyph_hints_align_weak_points( AF_GlyphHints hints, 458 af_glyph_hints_scale_dim( AF_GlyphHints hints, 465 af_glyph_hints_done( AF_GlyphHints hints );
|
H A D | afloader.c | 33 AF_GlyphHints hints ) in af_loader_init() argument 37 loader->hints = hints; in af_loader_init() 77 loader->hints = NULL; in af_loader_done() 228 AF_GlyphHints hints = loader->hints; in af_loader_load_glyph() local 338 error = writing_system_class->style_hints_init( hints, in af_loader_load_glyph() 416 loader->pp1.x = hints->x_delta; in af_loader_load_glyph() 417 loader->pp1.y = hints->y_delta; in af_loader_load_glyph() 419 hints->x_scale ) + hints->x_delta; in af_loader_load_glyph() 420 loader->pp2.y = hints->y_delta; in af_loader_load_glyph() 430 hints, in af_loader_load_glyph() [all …]
|
H A D | afwarp.c | 162 AF_GlyphHints hints, in af_warper_compute() argument 184 org_scale = hints->y_scale; in af_warper_compute() 185 org_delta = hints->y_delta; in af_warper_compute() 189 org_scale = hints->x_scale; in af_warper_compute() 190 org_delta = hints->x_delta; in af_warper_compute() 198 axis = &hints->axis[dim]; in af_warper_compute() 201 points = hints->points; in af_warper_compute() 202 num_points = hints->num_points; in af_warper_compute() 356 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale ) in af_warper_compute() 358 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale ) in af_warper_compute()
|
H A D | afindic.c | 73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init() argument 77 return af_cjk_hints_init( hints, metrics ); in af_indic_hints_init() 83 AF_GlyphHints hints, in af_indic_hints_apply() argument 88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics ); in af_indic_hints_apply()
|
H A D | aflatin.h | 168 af_latin_hints_compute_segments( AF_GlyphHints hints, 172 af_latin_hints_link_segments( AF_GlyphHints hints, 178 af_latin_hints_compute_edges( AF_GlyphHints hints, 182 af_latin_hints_detect_features( AF_GlyphHints hints,
|
H A D | afloader.h | 44 AF_GlyphHints hints; member 58 AF_GlyphHints hints );
|
/reactos/sdk/lib/3rdparty/freetype/src/pshinter/ |
H A D | pshrec.c | 53 FT_FREE( table->hints ); in ps_hint_table_done() 682 PS_Hint hint = dim->hints.hints; in ps_dimension_add_t1stem() 813 hints->memory = NULL; in ps_hints_done() 821 FT_ZERO( hints ); in ps_hints_init() 849 if ( hints->error ) in ps_hints_stem() 896 if ( !hints->error ) in ps_hints_t1stem3() 946 hints->error = error; in ps_hints_t1stem3() 958 if ( !hints->error ) in ps_hints_t1reset() 985 hints->error = error; in ps_hints_t1reset() 999 if ( !hints->error ) in ps_hints_t2mask() [all …]
|
H A D | pshrec.h | 88 PS_Hint hints; member 117 PS_Hint_TableRec hints; member 141 ps_hints_init( PS_Hints hints, 146 ps_hints_done( PS_Hints hints );
|
H A D | pshmod.c | 43 module->t1_funcs.hints = NULL; in ps_hinter_done() 44 module->t2_funcs.hints = NULL; in ps_hinter_done() 63 module->t1_funcs.hints = (T1_Hints)ph; in ps_hinter_init() 66 module->t2_funcs.hints = (T2_Hints)ph; in ps_hinter_init()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | pshints.h | 139 (*T1_Hints_OpenFunc)( T1_Hints hints ); 179 (*T1_Hints_SetStemFunc)( T1_Hints hints, 213 (*T1_Hints_SetStem3Func)( T1_Hints hints, 237 (*T1_Hints_ResetFunc)( T1_Hints hints, 266 (*T1_Hints_CloseFunc)( T1_Hints hints, 344 T1_Hints hints; member 426 (*T2_Hints_OpenFunc)( T2_Hints hints ); 466 (*T2_Hints_StemsFunc)( T2_Hints hints, 508 (*T2_Hints_MaskFunc)( T2_Hints hints, 580 (*T2_Hints_CloseFunc)( T2_Hints hints, [all …]
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | net_sockets.c | 209 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local 215 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_connect() 216 hints.ai_family = AF_UNSPEC; in mbedtls_net_connect() 217 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect() 220 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect() 256 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local 262 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_bind() 263 hints.ai_family = AF_UNSPEC; in mbedtls_net_bind() 264 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind() 267 hints.ai_flags = AI_PASSIVE; in mbedtls_net_bind() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | netdb.c | 274 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument 293 if (hints != NULL) { in lwip_getaddrinfo() 294 ai_family = hints->ai_family; in lwip_getaddrinfo() 324 if ((hints != NULL) && (hints->ai_flags & AI_NUMERICHOST)) { in lwip_getaddrinfo() 352 if ((hints != NULL) && (hints->ai_flags & AI_PASSIVE)) { in lwip_getaddrinfo() 403 if (hints != NULL) { in lwip_getaddrinfo() 405 ai->ai_socktype = hints->ai_socktype; in lwip_getaddrinfo() 406 ai->ai_protocol = hints->ai_protocol; in lwip_getaddrinfo()
|
/reactos/dll/win32/inetcomm/ |
H A D | internettransport.c | 76 struct addrinfo hints; in InternetTransport_Connect() local 91 hints.ai_flags = 0; in InternetTransport_Connect() 92 hints.ai_family = PF_UNSPEC; in InternetTransport_Connect() 93 hints.ai_socktype = SOCK_STREAM; in InternetTransport_Connect() 94 hints.ai_protocol = IPPROTO_TCP; in InternetTransport_Connect() 95 hints.ai_addrlen = 0; in InternetTransport_Connect() 96 hints.ai_addr = NULL; in InternetTransport_Connect() 97 hints.ai_canonname = NULL; in InternetTransport_Connect() 98 hints.ai_next = NULL; in InternetTransport_Connect() 104 ret = getaddrinfo(pInetServer->szServerName, szPort, &hints, &ai); in InternetTransport_Connect()
|
/reactos/dll/win32/wininet/ |
H A D | utility.c | 135 ADDRINFOW *res, hints; in GetAddress() local 141 memset( &hints, 0, sizeof(hints) ); in GetAddress() 145 hints.ai_family = AF_INET; in GetAddress() 147 ret = GetAddrInfoW(name, NULL, &hints, &res); in GetAddress() 151 hints.ai_family = AF_INET6; in GetAddress() 152 ret = GetAddrInfoW(name, NULL, &hints, &res); in GetAddress()
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | freetype_ros.diff | 9 + AF_GlyphHintsRec *hints = malloc(sizeof(AF_GlyphHintsRec)); 11 AF_GlyphHintsRec hints[1]; 39 af_glyph_hints_done( hints ); 42 + free(hints); 55 + AF_GlyphHintsRec *hints = malloc(sizeof(AF_GlyphHintsRec)); 57 AF_GlyphHintsRec hints[1]; 85 af_glyph_hints_done( hints ); 88 + free(hints); 106 AF_GlyphHintsRec hints[1]; 114 af_glyph_hints_done( hints ); [all …]
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | netdb.h | 128 const struct addrinfo *hints, 140 #define getaddrinfo(nodname, servname, hints, res) \ argument 141 lwip_getaddrinfo(nodname, servname, hints, res)
|
/reactos/base/applications/network/ping/ |
H A D | ping.c | 379 ADDRINFOW hints; in ResolveTarget() local 382 ZeroMemory(&hints, sizeof(hints)); in ResolveTarget() 383 hints.ai_family = Family; in ResolveTarget() 384 hints.ai_flags = AI_NUMERICHOST; in ResolveTarget() 386 Status = GetAddrInfoW(target, NULL, &hints, &Target); in ResolveTarget() 389 hints.ai_flags = AI_CANONNAME; in ResolveTarget() 391 Status = GetAddrInfoW(target, NULL, &hints, &Target); in ResolveTarget()
|
/reactos/base/services/nfsd/ |
H A D | nfs41_server.c | 282 struct addrinfo hints = { 0 }, *res, *info; in nfs41_server_resolve() local 295 hints.ai_family = AF_UNSPEC; in nfs41_server_resolve() 296 hints.ai_socktype = SOCK_STREAM; in nfs41_server_resolve() 297 hints.ai_protocol = IPPROTO_TCP; in nfs41_server_resolve() 299 if (getaddrinfo(hostname, service, &hints, &res) != 0) in nfs41_server_resolve()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | tcp.c | 212 struct addrinfo hints, *res, *ressave; in tcp_connect() local 217 memset(&hints, 0, sizeof(struct addrinfo)); in tcp_connect() 218 hints.ai_family = AF_UNSPEC; in tcp_connect() 219 hints.ai_socktype = SOCK_STREAM; in tcp_connect() 221 if ((n = getaddrinfo(server, tcp_port_rdp_s, &hints, &res))) in tcp_connect()
|