Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 25 of 61) sorted by relevance

123

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c53 FT_FREE( table->hints ); in ps_hint_table_done()
674 PS_Hint hint = dim->hints.hints; in ps_dimension_add_t1stem()
796 hints->memory = 0; in ps_hints_done()
804 FT_MEM_ZERO( hints, sizeof ( *hints ) ); in ps_hints_init()
843 if ( !hints->error ) in ps_hints_stem()
901 if ( !hints->error ) in ps_hints_t1stem3()
951 hints->error = error; in ps_hints_t1stem3()
963 if ( !hints->error ) in ps_hints_t1reset()
990 hints->error = error; in ps_hints_t1reset()
1004 if ( !hints->error ) in ps_hints_t2mask()
[all …]
A Dpshmod.c43 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()
A Dpshrec.h92 PS_Hint hints; member
121 PS_Hint_TableRec hints; member
145 ps_hints_init( PS_Hints hints,
150 ps_hints_done( PS_Hints hints );
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c499 FT_ZERO( hints ); in af_glyph_hints_init()
500 hints->memory = memory; in af_glyph_hints_init()
511 if ( !( hints && hints->memory ) ) in af_glyph_hints_done()
533 hints->max_contours = 0; in af_glyph_hints_done()
534 hints->num_contours = 0; in af_glyph_hints_done()
537 hints->num_points = 0; in af_glyph_hints_done()
538 hints->max_points = 0; in af_glyph_hints_done()
540 hints->memory = NULL; in af_glyph_hints_done()
631 hints->xmin_delta = 0; in af_glyph_hints_reload()
632 hints->xmax_delta = 0; in af_glyph_hints_reload()
[all …]
A Dafdummy.c26 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()
41 af_dummy_hints_apply( AF_GlyphHints hints, in af_dummy_hints_apply() argument
47 error = af_glyph_hints_reload( hints, outline ); in af_dummy_hints_apply()
49 af_glyph_hints_save( hints, outline ); in af_dummy_hints_apply()
A Dafcjk.c74 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
248 af_glyph_hints_done( hints ); in af_cjk_metrics_init_widths()
907 FT_Memory memory = hints->memory; in af_cjk_hints_compute_edges()
1300 scaler_flags = hints->scaler_flags; in af_cjk_hints_init()
1328 hints->scaler_flags = scaler_flags; in af_cjk_hints_init()
1329 hints->other_flags = other_flags; in af_cjk_hints_init()
1542 FT_UNUSED( hints ); in af_cjk_align_serif_edge()
1718 if ( AF_HINTS_DO_BLUES( hints ) ) in af_cjk_hint_edges()
2188 if ( AF_HINTS_DO_VERTICAL( hints ) ) in af_cjk_hints_apply()
2229 af_glyph_hints_dump_points( hints ); in af_cjk_hints_apply()
[all …]
A Daflatin2.c63 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local
164 af_glyph_hints_done( hints ); in af_latin2_metrics_init_widths()
732 AF_Point point = hints->points; in af_latin2_hints_compute_segments()
744 AF_Point point = hints->points; in af_latin2_hints_compute_segments()
1070 FT_Memory memory = hints->memory; in af_latin2_hints_compute_edges()
1525 scaler_flags = hints->scaler_flags; in af_latin2_hints_init()
1559 hints->scaler_flags = scaler_flags; in af_latin2_hints_init()
1560 hints->other_flags = other_flags; in af_latin2_hints_init()
1820 FT_UNUSED( hints ); in af_latin2_align_serif_edge()
1950 hints, dim, org_len, in af_latin2_hint_edges()
[all …]
A Daflatin.c61 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
242 af_glyph_hints_done( hints ); in af_latin_metrics_init_widths()
1148 AF_Point point = hints->points; in af_latin_hints_compute_segments()
1160 AF_Point point = hints->points; in af_latin_hints_compute_segments()
1879 scaler_flags = hints->scaler_flags; in af_latin_hints_init()
1913 hints->scaler_flags = scaler_flags; in af_latin_hints_init()
1914 hints->other_flags = other_flags; in af_latin_hints_init()
2175 FT_UNUSED( hints ); in af_latin_align_serif_edge()
2324 hints, dim, org_len, in af_latin_hint_edges()
2394 hints, dim, org_len, in af_latin_hint_edges()
[all …]
A Dafhints.h428 af_glyph_hints_init( AF_GlyphHints hints,
432 af_glyph_hints_rescale( AF_GlyphHints hints,
436 af_glyph_hints_reload( AF_GlyphHints hints,
440 af_glyph_hints_save( AF_GlyphHints hints,
444 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
448 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
452 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
457 af_glyph_hints_scale_dim( AF_GlyphHints hints,
464 af_glyph_hints_done( AF_GlyphHints hints );
A Dafloader.c38 af_glyph_hints_init( &loader->hints, memory ); in af_loader_init()
40 _af_debug_hints = &loader->hints; in af_loader_init()
85 af_glyph_hints_done( &loader->hints ); in af_loader_done()
113 AF_GlyphHints hints = &loader->hints; in af_loader_load_g() local
172 loader->pp1.x = hints->x_delta; in af_loader_load_g()
173 loader->pp1.y = hints->y_delta; in af_loader_load_g()
175 hints->x_scale ) + hints->x_delta; in af_loader_load_g()
176 loader->pp2.y = hints->y_delta; in af_loader_load_g()
194 writing_system_class->style_hints_apply( hints, in af_loader_load_g()
374 x = FT_MulFix( subglyph->arg1, hints->x_scale ) + hints->x_delta; in af_loader_load_g()
[all …]
A Dafindic.c73 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()
82 af_indic_hints_apply( AF_GlyphHints hints, in af_indic_hints_apply() argument
87 return af_cjk_hints_apply( hints, outline, metrics ); in af_indic_hints_apply()
A Dafwarp.c163 AF_GlyphHints hints, in af_warper_compute() argument
185 org_scale = hints->y_scale; in af_warper_compute()
186 org_delta = hints->y_delta; in af_warper_compute()
190 org_scale = hints->x_scale; in af_warper_compute()
191 org_delta = hints->x_delta; in af_warper_compute()
199 axis = &hints->axis[dim]; in af_warper_compute()
202 points = hints->points; in af_warper_compute()
203 num_points = hints->num_points; in af_warper_compute()
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale ) in af_warper_compute()
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale ) in af_warper_compute()
A Daflatin.h167 af_latin_hints_compute_segments( AF_GlyphHints hints,
171 af_latin_hints_link_segments( AF_GlyphHints hints,
175 af_latin_hints_compute_edges( AF_GlyphHints hints,
179 af_latin_hints_detect_features( AF_GlyphHints hints,
/AliOS-Things-master/components/freetype/include/internal/
A Dpshints.h139 (*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 …]
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c91 struct addrinfo hints; in HAL_UDP_create() local
101 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_create()
102 hints.ai_socktype = SOCK_DGRAM; in HAL_UDP_create()
103 hints.ai_family = AF_INET; in HAL_UDP_create()
104 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_create()
220 struct addrinfo hints; in HAL_UDP_resolveAddress() local
224 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_resolveAddress()
226 hints.ai_family = AF_INET; in HAL_UDP_resolveAddress()
255 struct addrinfo hints; in HAL_UDP_connect() local
264 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_connect()
[all …]
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c98 struct addrinfo hints; in HAL_UDP_create() local
108 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_create()
109 hints.ai_socktype = SOCK_DGRAM; in HAL_UDP_create()
110 hints.ai_family = AF_INET; in HAL_UDP_create()
111 hints.ai_protocol = IPPROTO_UDP; in HAL_UDP_create()
227 struct addrinfo hints; in HAL_UDP_resolveAddress() local
231 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_resolveAddress()
233 hints.ai_family = AF_INET; in HAL_UDP_resolveAddress()
262 struct addrinfo hints; in HAL_UDP_connect() local
271 memset((char *)&hints, 0x00, sizeof(hints)); in HAL_UDP_connect()
[all …]
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c80 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
83 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_connect()
84 hints.ai_family = AF_UNSPEC; in mbedtls_net_connect()
85 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect()
86 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
88 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
124 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
135 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_bind()
136 hints.ai_family = AF_UNSPEC; in mbedtls_net_bind()
137 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind()
[all …]
/AliOS-Things-master/components/SDL2/src/audio/alios/
A DSDL_alios_audio.c52 hint_list_t *hints = NULL; in ALSA_HotplugThread() local
57 if(!hints) { in ALSA_HotplugThread()
61 hints = (hint_list_t *)&node; in ALSA_HotplugThread()
62 strncpy(hints->name, "/dev/pcmC0D0p", sizeof(hints->name)); in ALSA_HotplugThread()
63 if(hints) { in ALSA_HotplugThread()
64 LOGD(LOG_TAG, "%s:%d, SDL_AddAudioDevice %s", __func__, __LINE__, hints->name); in ALSA_HotplugThread()
65 SDL_AddAudioDevice(0, hints->name, (void *)hints); in ALSA_HotplugThread()
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c151 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
157 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_connect()
158 hints.ai_family = AF_UNSPEC; in mbedtls_net_connect()
159 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect()
162 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
198 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
204 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_bind()
205 hints.ai_family = AF_UNSPEC; in mbedtls_net_bind()
206 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind()
209 hints.ai_flags = AI_PASSIVE; in mbedtls_net_bind()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dnetdb.c270 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo() argument
289 if (hints != NULL) { in lwip_getaddrinfo()
290 ai_family = hints->ai_family; in lwip_getaddrinfo()
316 if ((hints != NULL) && (hints->ai_flags & AI_NUMERICHOST)) { in lwip_getaddrinfo()
347 if ((hints != NULL) && (hints->ai_flags & AI_PASSIVE)) { in lwip_getaddrinfo()
400 if (hints != NULL) { in lwip_getaddrinfo()
402 ai->ai_socktype = hints->ai_socktype; in lwip_getaddrinfo()
403 ai->ai_protocol = hints->ai_protocol; in lwip_getaddrinfo()
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_tcp.c42 struct addrinfo hints; in aos_tcp_establish() local
49 memset(&hints, 0, sizeof(hints)); in aos_tcp_establish()
54 hints.ai_family = AF_INET; // only IPv4 in aos_tcp_establish()
55 hints.ai_socktype = SOCK_STREAM; in aos_tcp_establish()
56 hints.ai_protocol = IPPROTO_TCP; in aos_tcp_establish()
59 if ((rc = getaddrinfo(host, service, &hints, &addrInfoList)) != 0) { in aos_tcp_establish()
A Daos_udp.c88 struct addrinfo hints; in aos_udp_create() local
98 memset((char *)&hints, 0x00, sizeof(hints)); in aos_udp_create()
99 hints.ai_socktype = SOCK_DGRAM; in aos_udp_create()
100 hints.ai_family = AF_INET; in aos_udp_create()
101 hints.ai_protocol = IPPROTO_UDP; in aos_udp_create()
103 rc = getaddrinfo(host, port_ptr, &hints, &res); in aos_udp_create()
/AliOS-Things-master/components/netmgr/net/include/
A Dnetdb.h49 const struct addrinfo *hints,
59 #define getaddrinfo(nodname, servname, hints, res) \ argument
60 net_getaddrinfo(nodname, servname, hints, res)
/AliOS-Things-master/components/mbedtls/platform/aos/library/
A Dnet_sockets.c204 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
206 memset( &hints, 0, sizeof( hints ) ); in mbedtls_net_connect()
207 hints.ai_family = AF_UNSPEC; in mbedtls_net_connect()
208 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect()
209 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
211 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnetdb.h128 const struct addrinfo *hints,
141 #define getaddrinfo(nodname, servname, hints, res) \
142 lwip_getaddrinfo(nodname, servname, hints, res)

Completed in 42 milliseconds

123