Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/autofit/
A Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
41 af_dummy_hints_apply( AF_GlyphHints hints, in af_dummy_hints_apply()
A Dafhints.c193 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
262 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
319 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
345 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
393 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
496 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
505 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
547 af_glyph_hints_rescale( AF_GlyphHints hints, in af_glyph_hints_rescale()
559 af_glyph_hints_reload( AF_GlyphHints hints, in af_glyph_hints_reload()
836 af_glyph_hints_save( AF_GlyphHints hints, in af_glyph_hints_save()
[all …]
A Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
82 af_indic_hints_apply( AF_GlyphHints hints, in af_indic_hints_apply()
A Dafcjk.c74 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
737 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
902 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1274 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1396 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1517 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1538 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
1565 af_hint_normal_stem( AF_GlyphHints hints, in af_hint_normal_stem()
1693 af_cjk_hint_edges( AF_GlyphHints hints, in af_cjk_hint_edges()
2072 af_cjk_align_edge_points( AF_GlyphHints hints, in af_cjk_align_edge_points()
[all …]
A Daflatin.c61 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
1123 af_latin_hints_compute_segments( AF_GlyphHints hints, in af_latin_hints_compute_segments()
1343 af_latin_hints_link_segments( AF_GlyphHints hints, in af_latin_hints_link_segments()
1436 af_latin_hints_compute_edges( AF_GlyphHints hints, in af_latin_hints_compute_edges()
1730 af_latin_hints_detect_features( AF_GlyphHints hints, in af_latin_hints_detect_features()
1852 af_latin_hints_init( AF_GlyphHints hints, in af_latin_hints_init()
1981 af_latin_compute_stem_width( AF_GlyphHints hints, in af_latin_compute_stem_width()
2145 af_latin_align_linked_edge( AF_GlyphHints hints, in af_latin_align_linked_edge()
2171 af_latin_align_serif_edge( AF_GlyphHints hints, in af_latin_align_serif_edge()
2195 af_latin_hint_edges( AF_GlyphHints hints, in af_latin_hint_edges()
[all …]
A Daflatin2.c63 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local
707 af_latin2_hints_compute_segments( AF_GlyphHints hints, in af_latin2_hints_compute_segments()
965 af_latin2_hints_link_segments( AF_GlyphHints hints, in af_latin2_hints_link_segments()
1065 af_latin2_hints_compute_edges( AF_GlyphHints hints, in af_latin2_hints_compute_edges()
1372 af_latin2_hints_detect_features( AF_GlyphHints hints, in af_latin2_hints_detect_features()
1496 af_latin2_hints_init( AF_GlyphHints hints, in af_latin2_hints_init()
1625 af_latin2_compute_stem_width( AF_GlyphHints hints, in af_latin2_compute_stem_width()
1793 af_latin2_align_linked_edge( AF_GlyphHints hints, in af_latin2_align_linked_edge()
1816 af_latin2_align_serif_edge( AF_GlyphHints hints, in af_latin2_align_serif_edge()
1838 af_latin2_hint_edges( AF_GlyphHints hints, in af_latin2_hint_edges()
[all …]
A Dafloader.h46 AF_GlyphHintsRec hints; member
A Dafwarp.c163 AF_GlyphHints hints, in af_warper_compute()
A Dafloader.c113 AF_GlyphHints hints = &loader->hints; in af_loader_load_g() local
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c787 ps_hints_done( PS_Hints hints ) in ps_hints_done()
801 ps_hints_init( PS_Hints hints, in ps_hints_init()
812 ps_hints_open( PS_Hints hints, in ps_hints_open()
838 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
894 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
957 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
1088 ps_hints_close( PS_Hints hints, in ps_hints_close()
1125 t1_hints_open( T1_Hints hints ) in t1_hints_open()
1131 t1_hints_stem( T1_Hints hints, in t1_hints_stem()
1168 t2_hints_open( T2_Hints hints ) in t2_hints_open()
[all …]
A Dpshrec.h92 PS_Hint hints; member
121 PS_Hint_TableRec hints; member
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c91 struct addrinfo hints; in HAL_UDP_create() local
220 struct addrinfo hints; in HAL_UDP_resolveAddress() local
255 struct addrinfo hints; in HAL_UDP_connect() local
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c98 struct addrinfo hints; in HAL_UDP_create() local
227 struct addrinfo hints; in HAL_UDP_resolveAddress() local
262 struct addrinfo hints; in HAL_UDP_connect() local
/AliOS-Things-master/components/netmgr/net/include/
A Dnetdb.h59 #define getaddrinfo(nodname, servname, hints, res) \ argument
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c80 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
124 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
/AliOS-Things-master/components/freetype/include/internal/
A Dpshints.h344 T1_Hints hints; member
658 T2_Hints hints; member
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c151 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
198 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
/AliOS-Things-master/components/SDL2/src/audio/alios/
A DSDL_alios_audio.c52 hint_list_t *hints = NULL; in ALSA_HotplugThread() local
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.c123 struct addrinfo hints = {0, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, 0, NULL, NULL, NULL}; in NetworkConnect() local
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dnetdb.c270 const struct addrinfo *hints, struct addrinfo **res) in lwip_getaddrinfo()
/AliOS-Things-master/components/netmgr/activation/
A Dactivation.c276 struct addrinfo hints, *addr_list, *cur; in activation_report() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnetdb.h141 #define getaddrinfo(nodname, servname, hints, res) \ argument
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_tcp.c42 struct addrinfo hints; in aos_tcp_establish() local
A Daos_udp.c88 struct addrinfo hints; in aos_udp_create() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/
A Dping.c435 struct addrinfo hints, *res; in ping_run() local

Completed in 40 milliseconds

12