Searched refs:hints (Results 1 - 25 of 105) sorted by relevance

12345

/external/freetype/src/autofit/
H A Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, argument
29 af_glyph_hints_rescale( hints,
36 af_dummy_hints_apply( AF_GlyphHints hints, argument
39 FT_UNUSED( hints );
H A Dafhints.c171 af_glyph_hints_dump_points( AF_GlyphHints hints )
173 AF_Point points = hints->points;
174 AF_Point limit = points + hints->num_points;
241 af_glyph_hints_dump_segments( AF_GlyphHints hints )
248 AF_AxisHints axis = &hints->axis[dimension];
286 af_glyph_hints_get_num_segments( AF_GlyphHints hints, argument
296 axis = &hints->axis[dim];
312 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, argument
327 axis = &hints->axis[dim];
349 af_glyph_hints_dump_edges( AF_GlyphHints hints )
416 af_glyph_hints_get_num_segments( AF_GlyphHints hints, FT_Int dimension, FT_Int* num_segments ) argument
429 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, FT_Int dimension, FT_Int idx, FT_Pos* offset ) argument
508 af_glyph_hints_init( AF_GlyphHints hints, FT_Memory memory ) argument
559 af_glyph_hints_rescale( AF_GlyphHints hints, AF_ScriptMetrics metrics ) argument
779 af_glyph_hints_save( AF_GlyphHints hints, FT_Outline* outline ) argument
814 af_glyph_hints_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
889 af_glyph_hints_align_strong_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1144 af_glyph_hints_align_weak_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1275 af_glyph_hints_scale_dim( AF_GlyphHints hints, AF_Dimension dim, FT_Fixed scale, FT_Pos delta ) argument
[all...]
H A Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, argument
77 return af_cjk_hints_init( hints, metrics );
82 af_indic_hints_apply( AF_GlyphHints hints, argument
87 return af_cjk_hints_apply( hints, outline, metrics );
H A Dafcjk.c74 AF_GlyphHintsRec hints[1]; local
77 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 );
174 af_glyph_hints_done( hints );
682 af_cjk_hints_compute_segments( AF_GlyphHints hints, argument
685 AF_AxisHints axis = &hints
726 af_cjk_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
891 af_cjk_hints_compute_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
1152 af_cjk_hints_detect_features( AF_GlyphHints hints, AF_Dimension dim ) argument
1170 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1377 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
1498 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1516 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1543 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) argument
1669 af_cjk_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2013 af_cjk_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
[all...]
H A Daflatin.h181 af_latin_hints_compute_segments( AF_GlyphHints hints,
189 af_latin_hints_link_segments( AF_GlyphHints hints,
197 af_latin_hints_compute_edges( AF_GlyphHints hints,
201 af_latin_hints_detect_features( AF_GlyphHints hints,
H A Daflatin2.c42 af_latin2_hints_compute_segments( AF_GlyphHints hints,
46 af_latin2_hints_link_segments( AF_GlyphHints hints,
63 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
96 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
98 error = af_glyph_hints_reload( hints, &face->glyph->outline );
105 AF_AxisHints axhints = &hints->axis[dim];
110 error = af_latin2_hints_compute_segments( hints,
115 af_latin2_hints_link_segments( hints,
162 af_glyph_hints_done( hints );
935 af_latin2_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
1359 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1465 af_latin2_hints_init( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1594 af_latin2_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, AF_Edge_Flags base_flags, AF_Edge_Flags stem_flags ) argument
1762 af_latin2_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1785 af_latin2_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1807 af_latin2_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2274 af_latin2_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_LatinMetrics metrics ) argument
[all...]
H A Daflatin.c60 AF_GlyphHintsRec hints[1]; local
63 af_glyph_hints_init( hints, face->memory );
97 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
99 error = af_glyph_hints_reload( hints, &face->glyph->outline );
106 AF_AxisHints axhints = &hints->axis[dim];
111 error = af_latin_hints_compute_segments( hints,
116 af_latin_hints_link_segments( hints,
163 af_glyph_hints_done( hints );
726 af_latin_hints_compute_segments( AF_GlyphHints hints,
729 AF_AxisHints axis = &hints
946 af_latin_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
1354 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1455 af_latin_hints_init( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1586 af_latin_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, AF_Edge_Flags base_flags, AF_Edge_Flags stem_flags ) argument
1750 af_latin_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1776 af_latin_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1800 af_latin_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2230 af_latin_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_LatinMetrics metrics ) argument
[all...]
H A Dafhints.h29 * The definition of outline glyph hints. These are shared by all
415 af_glyph_hints_init( AF_GlyphHints hints,
419 af_glyph_hints_rescale( AF_GlyphHints hints,
423 af_glyph_hints_reload( AF_GlyphHints hints,
427 af_glyph_hints_save( AF_GlyphHints hints,
431 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
435 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
439 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
444 af_glyph_hints_scale_dim( AF_GlyphHints hints,
451 af_glyph_hints_done( AF_GlyphHints hints ); variable
[all...]
H A Dafloader.h33 AF_GlyphHintsRec hints; member in struct:AF_LoaderRec_
H A Dafwarp.h52 AF_GlyphHints hints,
H A Dafcjk.h115 af_cjk_hints_init( AF_GlyphHints hints,
119 af_cjk_hints_apply( AF_GlyphHints hints,
/external/freetype/include/freetype/internal/
H A Dpshints.h5 /* Interface to Postscript-specific (Type 1 and Type 2) hints */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
82 * This is a handle to an opaque structure used to record glyph hints
86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally
97 * returns an error code if the hints were invalid or something
100 * The hints accumulated in the object can later be used by the
127 * hints recording session.
130 * hints ::
131 * A handle to the Type 1 hints recorder.
139 (*T1_Hints_OpenFunc)( T1_Hints hints );
344 T1_Hints hints; member in struct:T1_Hints_FuncsRec_
658 T2_Hints hints; member in struct:T2_Hints_FuncsRec_
[all...]
/external/chromium/net/base/
H A Dhost_resolver_proc.cc142 struct addrinfo hints = {0}; local
146 hints.ai_family = AF_INET;
149 hints.ai_family = AF_INET6;
152 hints.ai_family = AF_UNSPEC;
156 hints.ai_family = AF_UNSPEC;
164 // Flags used in "hints" argument to getaddrinfo()
182 hints.ai_flags = 0;
184 hints.ai_flags = AI_ADDRCONFIG;
191 hints.ai_flags &= ~AI_ADDRCONFIG;
194 hints
[all...]
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.c124 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) argument
143 if (hints->ai_socktype)
144 ai->ai_socktype = hints->ai_socktype;
148 if (hints->ai_protocol)
149 ai->ai_protocol = hints->ai_protocol;
156 const struct addrinfo *hints, struct addrinfo **res)
166 if (hints && hints->ai_family != AF_UNSPEC &&
167 hints->ai_family != AF_INET)
181 if (hints
155 getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java40 private final Hashtable<DecodeHintType,Object> hints; field in class:DecodeThread
51 hints = new Hashtable<DecodeHintType,Object>();
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
57 hints.put(DecodeHintType.CHARACTER_SET, characterSet);
59 hints.put(DecodeHintType.NEED_RESULT_POINT_CALLBACK, resultPointCallback);
74 handler = new DecodeHandler(activity, hints);
/external/dropbear/
H A Dfake-rfc2553.c119 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) argument
138 if (hints->ai_socktype)
139 ai->ai_socktype = hints->ai_socktype;
143 if (hints->ai_protocol)
144 ai->ai_protocol = hints->ai_protocol;
151 const struct addrinfo *hints, struct addrinfo **res)
173 if (hints && hints->ai_flags & AI_PASSIVE) {
177 *res = malloc_ai(port, addr, hints);
184 *res = malloc_ai(port, htonl(0x7f000001), hints);
150 getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
[all...]
/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;
668 /* now, lookup stem in the current hints table */
672 FT_UInt max = dim->hints.num_hints;
673 PS_Hint hint = dim->hints
811 ps_hints_open( PS_Hints hints, PS_Hint_Type hint_type ) argument
837 ps_hints_stem( PS_Hints hints, FT_Int dimension, FT_UInt count, FT_Long* stems ) argument
893 ps_hints_t1stem3( PS_Hints hints, FT_Int dimension, FT_Fixed* stems ) argument
956 ps_hints_t1reset( PS_Hints hints, FT_UInt end_point ) argument
995 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
1041 ps_hints_t2counter( PS_Hints hints, FT_UInt bit_count, const FT_Byte* bytes ) argument
1087 ps_hints_close( PS_Hints hints, FT_UInt end_point ) argument
1130 t1_hints_stem( T1_Hints hints, FT_Int dimension, FT_Fixed* coords ) argument
1174 t2_hints_stems( T2_Hints hints, FT_Int dimension, FT_Int count, FT_Fixed* coords ) argument
[all...]
H A Dpshmod.c43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
50 /* initialize module, create hints recorder and the interface */
63 module->t1_funcs.hints = (T1_Hints)ph;
66 module->t2_funcs.hints = (T2_Hints)ph;
72 /* returns global hints interface */
80 /* return Type 1 hints interface */
88 /* return Type 2 hints interface */
H A Dpshrec.h5 /* Postscript (Type1/Type2) hints recorder (specification). */
22 /* font drivers to record the hints of a given character/glyph. */
24 /* The hints are recorded in a unified format, and are later processed */
87 /* hints table descriptor */
92 PS_Hint hints; member in struct:PS_Hint_TableRec_
118 /* dimension-specific hints descriptor */
121 PS_Hint_TableRec hints; member in struct:PS_DimensionRec_
128 /* glyph hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stem
150 ps_hints_done( PS_Hints hints ); variable
[all...]
/external/chromium/net/tools/flip_server/
H A Dcreate_listener.cc120 struct addrinfo hints; local
121 memset(&hints, 0, sizeof(hints));
124 hints.ai_flags = AI_NUMERICHOST; // iff you know the name is numeric.
126 hints.ai_flags |= AI_PASSIVE;
128 hints.ai_family = PF_INET;
129 hints.ai_socktype = SOCK_STREAM;
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
244 struct addrinfo hints; local
245 memset(&hints,
[all...]
/external/openssh/
H A Dcanohost.c53 struct addrinfo hints, *ai, *aitop; local
92 memset(&hints, 0, sizeof(hints));
93 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
94 hints.ai_flags = AI_NUMERICHOST;
95 if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
118 memset(&hints, 0, sizeof(hints));
119 hints.ai_family = from.ss_family;
120 hints
[all...]
H A Ddns.c147 struct addrinfo hints, *ai; local
158 memset(&hints, 0, sizeof(hints));
159 hints.ai_socktype = SOCK_DGRAM;
160 hints.ai_flags = AI_NUMERICHOST;
162 if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) {
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp124 struct addrinfo hints; local
125 memset(&hints, 0, sizeof hints);
126 hints.ai_family = AF_UNSPEC; // use IPv4 or IPv6, whichever
127 hints.ai_socktype = SOCK_STREAM;
128 hints.ai_flags = AI_NUMERICHOST;
130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo);
/external/clang/lib/Headers/
H A Dpmmintrin.h104 _mm_monitor(void const *p, unsigned extensions, unsigned hints) argument
106 __builtin_ia32_monitor((void *)p, extensions, hints);
110 _mm_mwait(unsigned extensions, unsigned hints) argument
112 __builtin_ia32_mwait(extensions, hints);
/external/clang/lib/include/
H A Dpmmintrin.h104 _mm_monitor(void const *p, unsigned extensions, unsigned hints) argument
106 __builtin_ia32_monitor((void *)p, extensions, hints);
110 _mm_mwait(unsigned extensions, unsigned hints) argument
112 __builtin_ia32_mwait(extensions, hints);

Completed in 334 milliseconds

12345