HomeSort by relevance Sort by last modified time
    Searched refs:hints (Results 76 - 100 of 579) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/freetype/src/autofit/
aflatin2.c 48 af_latin2_hints_compute_segments( AF_GlyphHints hints,
52 af_latin2_hints_link_segments( AF_GlyphHints hints,
68 AF_GlyphHintsRec hints[1]; local
71 af_glyph_hints_init( hints, face->memory );
103 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
105 error = af_glyph_hints_reload( hints, &face->glyph->outline );
112 AF_AxisHints axhints = &hints->axis[dim];
117 error = af_latin2_hints_compute_segments( hints,
122 af_latin2_hints_link_segments( hints,
169 af_glyph_hints_done( hints );
    [all...]
aflatin.h 168 af_latin_hints_compute_segments( AF_GlyphHints hints,
172 af_latin_hints_link_segments( AF_GlyphHints hints,
178 af_latin_hints_compute_edges( AF_GlyphHints hints,
182 af_latin_hints_detect_features( AF_GlyphHints hints,
afwarp.h 52 AF_GlyphHints hints,
afhints.h 29 * The definition of outline glyph hints. These are shared by all
429 af_glyph_hints_init( AF_GlyphHints hints,
433 af_glyph_hints_rescale( AF_GlyphHints hints,
437 af_glyph_hints_reload( AF_GlyphHints hints,
441 af_glyph_hints_save( AF_GlyphHints hints,
445 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
449 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
453 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
458 af_glyph_hints_scale_dim( AF_GlyphHints hints,
465 af_glyph_hints_done( AF_GlyphHints hints ); variable
    [all...]
aflatin.c 65 AF_GlyphHintsRec hints[1]; local
74 af_glyph_hints_init( hints, face->memory );
169 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
171 error = af_glyph_hints_reload( hints, &face->glyph->outline );
178 AF_AxisHints axhints = &hints->axis[dim];
183 error = af_latin_hints_compute_segments( hints,
194 af_latin_hints_link_segments( hints,
264 af_glyph_hints_done( hints );
    [all...]
afmodule.c 33 af_glyph_hints_dump_segments( AF_GlyphHints hints,
36 af_glyph_hints_dump_points( AF_GlyphHints hints,
39 af_glyph_hints_dump_edges( AF_GlyphHints hints,
507 AF_GlyphHints hints = _af_debug_hints_rec; local
513 if ( hints->memory )
514 af_glyph_hints_done( hints );
516 af_glyph_hints_init( hints, memory );
517 af_loader_init( loader, hints );
522 af_glyph_hints_dump_points( hints, 0 );
523 af_glyph_hints_dump_segments( hints, 0 )
    [all...]
afcjk.h 114 af_cjk_hints_init( AF_GlyphHints hints,
119 AF_GlyphHints hints,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 43 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 );
    [all...]
afmodule.c 33 af_glyph_hints_dump_segments( AF_GlyphHints hints,
36 af_glyph_hints_dump_points( AF_GlyphHints hints,
39 af_glyph_hints_dump_edges( AF_GlyphHints hints,
415 AF_GlyphHints hints = _af_debug_hints_rec; local
421 if ( hints->memory )
422 af_glyph_hints_done( hints );
424 af_glyph_hints_init( hints, memory );
425 af_loader_init( loader, hints );
430 af_glyph_hints_dump_points( hints, 0 );
431 af_glyph_hints_dump_segments( hints, 0 )
    [all...]
aflatin.h 164 af_latin_hints_compute_segments( AF_GlyphHints hints,
168 af_latin_hints_link_segments( AF_GlyphHints hints,
174 af_latin_hints_compute_edges( AF_GlyphHints hints,
178 af_latin_hints_detect_features( AF_GlyphHints hints,
afwarp.h 52 AF_GlyphHints hints,
afhints.h 29 * The definition of outline glyph hints. These are shared by all
426 af_glyph_hints_init( AF_GlyphHints hints,
430 af_glyph_hints_rescale( AF_GlyphHints hints,
434 af_glyph_hints_reload( AF_GlyphHints hints,
438 af_glyph_hints_save( AF_GlyphHints hints,
442 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
446 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
450 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
455 af_glyph_hints_scale_dim( AF_GlyphHints hints,
462 af_glyph_hints_done( AF_GlyphHints hints ); variable
    [all...]
aflatin.c 65 AF_GlyphHintsRec hints[1]; local
74 af_glyph_hints_init( hints, face->memory );
159 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
161 error = af_glyph_hints_reload( hints, &face->glyph->outline );
168 AF_AxisHints axhints = &hints->axis[dim];
173 error = af_latin_hints_compute_segments( hints,
184 af_latin_hints_link_segments( hints,
254 af_glyph_hints_done( hints );
    [all...]
afcjk.h 114 af_cjk_hints_init( AF_GlyphHints hints,
119 AF_GlyphHints hints,
  /external/v8/src/compiler/
js-operator.h 8 #include "src/compiler/type-hints.h"
388 const Operator* Equal(CompareOperationHints hints);
389 const Operator* NotEqual(CompareOperationHints hints);
390 const Operator* StrictEqual(CompareOperationHints hints);
391 const Operator* StrictNotEqual(CompareOperationHints hints);
392 const Operator* LessThan(CompareOperationHints hints);
393 const Operator* GreaterThan(CompareOperationHints hints);
394 const Operator* LessThanOrEqual(CompareOperationHints hints);
395 const Operator* GreaterThanOrEqual(CompareOperationHints hints);
396 const Operator* BitwiseOr(BinaryOperationHints hints);
    [all...]
js-operator.cc 460 const Operator* JSOperatorBuilder::BitwiseOr(BinaryOperationHints hints) {
466 hints); // parameter
469 const Operator* JSOperatorBuilder::BitwiseXor(BinaryOperationHints hints) {
475 hints); // parameter
478 const Operator* JSOperatorBuilder::BitwiseAnd(BinaryOperationHints hints) {
484 hints); // parameter
487 const Operator* JSOperatorBuilder::ShiftLeft(BinaryOperationHints hints) {
493 hints); // parameter
496 const Operator* JSOperatorBuilder::ShiftRight(BinaryOperationHints hints) {
502 hints); // paramete
    [all...]
type-hint-analyzer.cc 9 #include "src/compiler/type-hints.h"
58 TypeFeedbackId id, BinaryOperationHints* hints) const {
64 *hints = BinaryOperationHints(ToBinaryOperationHint(state.GetLeftType()),
71 TypeFeedbackId id, CompareOperationHints* hints) const {
82 *hints = CompareOperationHints(ToCompareOperationHint(stub.left()),
89 ToBooleanHints* hints) const {
109 *hints = ToBooleanHints(stub.types().ToIntegral());
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 124 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/curl/lib/
asyn-thread.c 150 const struct addrinfo *hints);
164 struct addrinfo hints; member in struct:thread_sync_data
205 const struct addrinfo *hints)
214 DEBUGASSERT(hints);
215 tsd->hints = *hints;
217 (void) hints;
275 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
380 const struct addrinfo *hints)
395 if(!init_thread_sync_data(td, hostname, port, hints))
596 struct addrinfo hints; local
    [all...]
curl_addrinfo.h 70 const struct addrinfo *hints,
97 const struct addrinfo *hints,
  /external/clang/test/CodeGen/
builtins-arm64.c 23 void hints() { function
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCodaBarReader.h 18 int32_t hints,
BC_OneDimReader.h 28 int32_t hints,
33 int32_t hints,
  /external/webrtc/webrtc/base/
nethelpers.cc 37 struct addrinfo hints = {0};
39 hints.ai_family = AF_INET;
40 hints.ai_flags = AI_ADDRCONFIG;
41 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);
  /external/llvm/test/MC/ARM/
thumb2-ldrb-ldrh.s 5 @ preload hints).

Completed in 592 milliseconds

1 2 34 5 6 7 8 91011>>