HomeSort by relevance Sort by last modified time
    Searched refs:hints (Results 1 - 25 of 505) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afdummy.c 26 af_dummy_hints_init( AF_GlyphHints hints,
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,
47 error = af_glyph_hints_reload( hints, outline );
49 af_glyph_hints_save( hints, outline );
afhints.c 226 af_glyph_hints_dump_points( AF_GlyphHints hints,
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,
302 AF_AxisHints axis = &hints->axis[dimension];
303 AF_Point points = hints->points;
351 af_glyph_hints_get_num_segments( AF_GlyphHints hints,
361 axis = &hints->axis[dim];
377 af_glyph_hints_get_segment_offset( AF_GlyphHints hints,
    [all...]
afindic.c 73 af_indic_hints_init( AF_GlyphHints hints,
77 return af_cjk_hints_init( hints, metrics );
82 af_indic_hints_apply( AF_GlyphHints hints,
87 return af_cjk_hints_apply( hints, outline, metrics );
  /external/v8/src/compiler/
type-hints.cc 5 #include "src/compiler/type-hints.h"
31 std::ostream& operator<<(std::ostream& os, BinaryOperationHints hints) {
32 return os << hints.left() << "*" << hints.right() << "->" << hints.result();
66 std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) {
67 if (hints == ToBooleanHint::kAny) return os << "Any";
68 if (hints == ToBooleanHint::kNone) return os << "None";
72 if (hints & hint) {
type-hint-analyzer.h 8 #include "src/compiler/type-hints.h"
16 // The result of analyzing type hints.
24 BinaryOperationHints* hints) const;
25 bool GetToBooleanHints(TypeFeedbackId id, ToBooleanHints* hints) const;
  /external/freetype/include/internal/
pshints.h 5 /* Interface to Postscript-specific (Type 1 and Type 2) hints */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
71 /***** PUBLIC TYPE 1 HINTS RECORDER *****/
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
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/freetype/internal/
pshints.h 5 /* Interface to Postscript-specific (Type 1 and Type 2) hints */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
71 /***** PUBLIC TYPE 1 HINTS RECORDER *****/
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
344 T1_Hints hints; member in struct:T1_Hints_FuncsRec_
658 T2_Hints hints; member in struct:T2_Hints_FuncsRec_
    [all...]
  /system/core/libcutils/
socket_network_client_windows.c 39 struct addrinfo hints; local
40 memset(&hints, 0, sizeof(hints));
41 hints.ai_socktype = type;
46 if (getaddrinfo(host, port_str, &hints, &address) != 0 || address == NULL) {
  /external/curl/tests/server/
resolve.c 132 struct addrinfo hints; local
134 memset(&hints, 0, sizeof(hints));
135 hints.ai_family = PF_INET6;
136 hints.ai_socktype = SOCK_STREAM;
137 hints.ai_flags = AI_CANONNAME;
140 rc = (getaddrinfo)(host, "80", &hints, &ai);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeReader.h 29 int32_t hints,
33 int32_t hints,
37 CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t hints, int32_t& e);
BC_QRCodeReader.cpp 55 int32_t hints,
60 CBC_QRDetectorResult* qdr = detector.Detect(hints, e);
70 int32_t hints,
78 CFX_ByteString bs = Decode(&bitmap, hints, e);
83 int32_t hints,
89 CFX_ByteString bs = Decode(&bitmap, hints, e);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 40 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/autotest/frontend/
db_router.py 63 def db_for_read(self, model, **hints):
67 @param hints: Optional arguments to determine which database for read.
79 def db_for_write(self, model, **hints):
83 @param hints: Optional arguments to determine which database for write.
95 def allow_relation(self, obj1, obj2, **hints):
101 @param hints: Optional arguments to determine if relation is allowed.
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDReader.h 19 int32_t hints,
23 int32_t hints,
29 CFX_ByteString DeDecode(CBC_BinaryBitmap* image, int32_t hints, int32_t& e);
BC_OnedUPCAReader.h 23 int32_t hints,
28 int32_t hints,
31 CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t hints, int32_t& e);
BC_OnedUPCAReader.cpp 43 int32_t hints,
46 m_ean13Reader->DecodeRow(rowNumber, row, hints, e);
55 int32_t hints,
58 m_ean13Reader->DecodeRow(rowNumber, row, startGuardRange, hints, e);
72 int32_t hints,
74 CFX_ByteString bytestring = m_ean13Reader->Decode(image, hints, e);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Reader.h 19 int32_t hints,
21 CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t hints, int32_t& e);
  /libcore/luni/src/main/native/
Portability.h 29 const struct addrinfo* hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo** res) {
30 return getaddrinfo(hostname, servname, hints, res);
  /external/freetype/src/pshinter/
pshrec.c 5 /* 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.hints
    [all...]
pshmod.c 43 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 */
pshrec.h 5 /* 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 */
46 /***** GLYPH HINTS RECORDER INTERNALS *****/
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 *
146 ps_hints_done( PS_Hints hints ); variable
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 5 /* 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.hints
    [all...]
pshmod.c 43 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 */
pshrec.h 5 /* 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 */
46 /***** GLYPH HINTS RECORDER INTERNALS *****/
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 *
146 ps_hints_done( PS_Hints hints ); variable
    [all...]
  /development/ndk/platforms/android-23/include/android/
multinetwork.h 94 * - |hints| may be NULL (in which case man page documented defaults apply)
105 const struct addrinfo *hints, struct addrinfo **res);

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 91011>>