Searched refs:hints (Results 1 - 25 of 124) 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, 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.c226 af_glyph_hints_dump_points( AF_GlyphHints hints, argument
229 AF_Point points = hints->points;
230 AF_Point limit = points + hints->num_points;
236 if ( hints->num_points )
294 af_glyph_hints_dump_segments( AF_GlyphHints hints, argument
302 AF_AxisHints axis = &hints->axis[dimension];
303 AF_Point points = hints->points;
351 af_glyph_hints_get_num_segments( AF_GlyphHints hints, argument
361 axis = &hints->axis[dim];
377 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, argument
425 af_glyph_hints_dump_edges( AF_GlyphHints hints, FT_Bool to_stdout ) argument
528 af_glyph_hints_init( AF_GlyphHints hints, FT_Memory memory ) argument
586 af_glyph_hints_rescale( AF_GlyphHints hints, AF_StyleMetrics metrics ) argument
996 af_glyph_hints_save( AF_GlyphHints hints, FT_Outline* outline ) argument
1031 af_glyph_hints_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1106 af_glyph_hints_align_strong_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1357 af_glyph_hints_align_weak_points( AF_GlyphHints hints, AF_Dimension dim ) argument
1485 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 Dafmodule.c29 af_glyph_hints_dump_segments( AF_GlyphHints hints,
32 af_glyph_hints_dump_points( AF_GlyphHints hints,
35 af_glyph_hints_dump_edges( AF_GlyphHints hints,
330 AF_GlyphHints hints = _af_debug_hints_rec; local
336 if ( hints->memory )
337 af_glyph_hints_done( hints );
339 af_glyph_hints_init( hints, memory );
340 af_loader_init( loader, hints );
345 af_glyph_hints_dump_points( hints, 0 );
346 af_glyph_hints_dump_segments( hints,
[all...]
H A Dafcjk.c74 AF_GlyphHintsRec hints[1]; local
83 af_glyph_hints_init( hints, face->memory );
161 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
163 error = af_glyph_hints_reload( hints, &face->glyph->outline );
170 AF_AxisHints axhints = &hints->axis[dim];
175 error = af_latin_hints_compute_segments( hints,
180 af_latin_hints_link_segments( hints,
250 af_glyph_hints_done( hints );
703 af_cjk_hints_compute_segments( AF_GlyphHints hints, argument
706 AF_AxisHints axis = &hints
747 af_cjk_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
908 af_cjk_hints_compute_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
1174 af_cjk_hints_detect_features( AF_GlyphHints hints, AF_Dimension dim ) argument
1194 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1411 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_UInt base_flags, FT_UInt stem_flags ) argument
1532 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1558 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1585 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) argument
1713 af_cjk_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2092 af_cjk_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) argument
[all...]
H A Dafloader.h44 AF_GlyphHints hints; member in struct:AF_LoaderRec_
58 AF_GlyphHints hints );
H A Daflatin2.c43 af_latin2_hints_compute_segments( AF_GlyphHints hints,
47 af_latin2_hints_link_segments( AF_GlyphHints hints,
63 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
98 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
100 error = af_glyph_hints_reload( hints, &face->glyph->outline );
107 AF_AxisHints axhints = &hints->axis[dim];
112 error = af_latin2_hints_compute_segments( hints,
117 af_latin2_hints_link_segments( hints,
164 af_glyph_hints_done( hints );
962 af_latin2_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) argument
1386 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1492 af_latin2_hints_init( AF_GlyphHints hints, AF_LatinMetrics metrics ) argument
1625 af_latin2_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_UInt base_flags, FT_UInt stem_flags ) argument
1793 af_latin2_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) argument
1815 af_latin2_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) argument
1837 af_latin2_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) argument
2303 af_latin2_hints_apply( AF_GlyphHints hints, FT_Outline* outline, AF_LatinMetrics metrics ) argument
[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/third_party/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/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/pdfium/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
801 ps_hints_init( PS_Hints hints, FT_Memory memory ) argument
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/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;
549 ps_hint_table_done( &dimension->hints, memory );
557 dimension->hints.num_hints = 0;
677 /* now, lookup stem in the current hints table */
681 FT_UInt max = dim->hints.num_hints;
682 PS_Hint hint = dim->hints
818 ps_hints_init( PS_Hints hints, FT_Memory memory ) argument
828 ps_hints_open( PS_Hints hints, PS_Hint_Type hint_type ) argument
841 ps_hints_stem( PS_Hints hints, FT_UInt dimension, FT_Int count, FT_Long* stems ) argument
889 ps_hints_t1stem3( PS_Hints hints, FT_UInt dimension, FT_Fixed* stems ) argument
952 ps_hints_t1reset( PS_Hints hints, FT_UInt end_point ) argument
991 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
1037 ps_hints_t2counter( PS_Hints hints, FT_UInt bit_count, const FT_Byte* bytes ) argument
1083 ps_hints_close( PS_Hints hints, FT_UInt end_point ) argument
1126 t1_hints_stem( T1_Hints hints, FT_UInt dimension, FT_Fixed* coords ) argument
1170 t2_hints_stems( T2_Hints hints, FT_UInt 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 */
83 /* hints table descriptor */
88 PS_Hint hints; member in struct:PS_Hint_TableRec_
114 /* dimension-specific hints descriptor */
117 PS_Hint_TableRec hints; member in struct:PS_DimensionRec_
124 /* glyph hints descriptor */
125 /* dimension 0 => X coordinates + vertical hints/stems */
126 /* dimension 1 => Y coordinates + horizontal hints/stem
146 ps_hints_done( PS_Hints hints ); variable
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-arm64.c18 void hints() { function
/external/valgrind/none/tests/
H A Dioctl_moans.stderr.exp1 Warning: noted but unhandled ioctl 0x.2345670 with no size/direction hints.
4 Warning: noted but unhandled ioctl 0x.2345671 with no size/direction hints.
7 Warning: noted but unhandled ioctl 0x.2345672 with no size/direction hints.
10 Warning: noted but unhandled ioctl 0x.2345673 with no size/direction hints.
13 Warning: noted but unhandled ioctl 0x.2345674 with no size/direction hints.
16 Warning: noted but unhandled ioctl 0x.2345675 with no size/direction hints.
19 Warning: noted but unhandled ioctl 0x.2345676 with no size/direction hints.
22 Warning: noted but unhandled ioctl 0x.2345677 with no size/direction hints.
25 Warning: noted but unhandled ioctl 0x.2345678 with no size/direction hints.
28 Warning: noted but unhandled ioctl 0x.2345679 with no size/direction hints
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_dataavail.cpp113 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) argument
115 if (avail == NULL || hints == NULL) return 0;
116 CFPDF_DownloadHintsWrap hints_wrap(hints);
146 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, int page_index, FX_DOWNLOADHINTS* hints) argument
148 if (avail == NULL || hints == NULL) return 0;
149 CFPDF_DownloadHintsWrap hints_wrap(hints);
153 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) argument
155 if (avail == NULL || hints == NULL) return -1;
156 CFPDF_DownloadHintsWrap hints_wrap(hints);
/external/toybox/toys/other/
H A Dnbd_client.c52 struct addrinfo hints; local
56 memset(&hints, 0, sizeof(hints));
57 hints.ai_family = PF_UNSPEC;
58 hints.ai_socktype = SOCK_STREAM;
59 if (getaddrinfo(host, port, &hints, &addr)) addr = 0;
/external/android-clat/
H A Ddns64.c39 const struct addrinfo hints = { local
49 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
/external/pdfium/public/
H A Dfpdf_dataavail.h82 * Download hints interface. Used to receive hints for further downloading.
104 * Called by Foxit SDK to report some downloading hints for download manager.
113 * Check whether the document is ready for loading, if not, get download hints.
117 * hints - Pointer to a download hints interface, receiving generated hints
122 * generated download hints if any, until the function returns non-zero value. Then the
125 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
160 * Check whether a page is ready for loading, if not, get download hints
[all...]
/external/openssh/
H A Dcanohost.c52 struct addrinfo hints, *ai, *aitop; local
91 memset(&hints, 0, sizeof(hints));
92 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
93 hints.ai_flags = AI_NUMERICHOST;
94 if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
113 memset(&hints, 0, sizeof(hints));
114 hints.ai_family = from.ss_family;
115 hints
[all...]
/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);

Completed in 516 milliseconds

12345