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

1234567

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dgetaddrinfo.c9 const struct addrinfo *hints,
11 return ki_getaddrinfo(node, service, hints, res);
8 getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
/external/freetype/src/autofit/
H A Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, argument
29 af_glyph_hints_rescale( hints, metrics );
31 hints->x_scale = metrics->scaler.x_scale;
32 hints->y_scale = metrics->scaler.y_scale;
33 hints->x_delta = metrics->scaler.x_delta;
34 hints->y_delta = metrics->scaler.y_delta;
41 af_dummy_hints_apply( AF_GlyphHints hints, argument
47 error = af_glyph_hints_reload( hints, outline );
49 af_glyph_hints_save( hints, outline );
H A Dafhints.c193 af_glyph_hints_dump_points( AF_GlyphHints hints, argument
196 AF_Point points = hints->points;
197 AF_Point limit = points + hints->num_points;
262 af_glyph_hints_dump_segments( AF_GlyphHints hints, argument
270 AF_AxisHints axis = &hints->axis[dimension];
271 AF_Point points = hints->points;
319 af_glyph_hints_get_num_segments( AF_GlyphHints hints, argument
329 axis = &hints->axis[dim];
345 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, argument
362 axis = &hints
393 af_glyph_hints_dump_edges( AF_GlyphHints hints, FT_Bool to_stdout ) argument
496 af_glyph_hints_init( AF_GlyphHints hints, FT_Memory memory ) argument
547 af_glyph_hints_rescale( AF_GlyphHints hints, AF_StyleMetrics metrics ) argument
938 af_glyph_hints_save( AF_GlyphHints hints, FT_Outline* outline ) argument
973 af_glyph_hints_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1048 af_glyph_hints_align_strong_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1303 af_glyph_hints_align_weak_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1431 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 );
/external/chromium_org/third_party/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.c182 af_glyph_hints_dump_points( AF_GlyphHints hints )
184 AF_Point points = hints->points;
185 AF_Point limit = points + hints->num_points;
250 af_glyph_hints_dump_segments( AF_GlyphHints hints )
257 AF_AxisHints axis = &hints->axis[dimension];
258 AF_Point points = hints->points;
306 af_glyph_hints_get_num_segments( AF_GlyphHints hints, argument
316 axis = &hints->axis[dim];
332 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, argument
347 axis = &hints
438 af_glyph_hints_get_num_segments( AF_GlyphHints hints, FT_Int dimension, FT_Int* num_segments ) argument
451 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, FT_Int dimension, FT_Int idx, FT_Pos* offset ) argument
530 af_glyph_hints_init( AF_GlyphHints hints, FT_Memory memory ) argument
581 af_glyph_hints_rescale( AF_GlyphHints hints, AF_ScriptMetrics metrics ) argument
801 af_glyph_hints_save( AF_GlyphHints hints, FT_Outline* outline ) argument
836 af_glyph_hints_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
911 af_glyph_hints_align_strong_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1166 af_glyph_hints_align_weak_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1297 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 );
/external/chromium_org/third_party/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/freetype/include/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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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_org/net/dns/
H A Dhost_resolver_proc.cc131 struct addrinfo hints = {0}; local
135 hints.ai_family = AF_INET;
138 hints.ai_family = AF_INET6;
141 hints.ai_family = AF_UNSPEC;
145 hints.ai_family = AF_UNSPEC;
153 // Flags used in "hints" argument to getaddrinfo()
171 hints.ai_flags = 0;
173 hints.ai_flags = AI_ADDRCONFIG;
180 hints.ai_flags &= ~AI_ADDRCONFIG;
183 hints
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhost_resolver_test.cc90 struct addrinfo hints; local
93 memset(&hints, 0, sizeof(hints));
94 hints.ai_family = AF_INET;
95 hints.ai_socktype = SOCK_STREAM;
98 ASSERT_EQ(0, ki_getaddrinfo("1.2.3.4", NULL, &hints, &ai));
113 struct addrinfo hints; local
115 memset(&hints, 0, sizeof(hints));
116 hints
148 struct addrinfo hints; local
194 struct addrinfo hints; local
246 struct addrinfo hints; local
268 struct addrinfo hints; local
[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/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dhost_resolver.cc24 void HintsToPPHints(const addrinfo* hints, PP_HostResolver_Hint* pp_hints) { argument
27 if (hints->ai_family == AF_INET)
29 else if (hints->ai_family == AF_INET6)
32 if (hints->ai_flags & AI_CANONNAME)
36 void CreateAddrInfo(const addrinfo* hints, argument
44 if (hints && hints->ai_socktype)
45 ai->ai_socktype = hints->ai_socktype;
49 if (hints && hints
107 struct addrinfo hints; local
248 const struct addrinfo* hints = hints_in ? hints_in : &default_hints; local
[all...]
/external/chromium_org/third_party/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 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/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 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 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_org/net/tools/flip_server/
H A Dcreate_listener.cc112 struct addrinfo hints; local
113 memset(&hints, 0, sizeof(hints));
116 hints.ai_flags = AI_NUMERICHOST; // iff you know the name is numeric.
118 hints.ai_flags |= AI_PASSIVE;
120 hints.ai_family = PF_INET;
121 hints.ai_socktype = SOCK_STREAM;
124 if ((err = getaddrinfo(node, service, &hints, &results))) {
242 struct addrinfo hints; local
243 memset(&hints,
[all...]

Completed in 610 milliseconds

1234567