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

12 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/src/fxbarcode/qrcode/
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/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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);
  /external/freetype/src/autofit/
afindic.c 73 af_indic_hints_init( AF_GlyphHints hints,
77 return af_cjk_hints_init( hints, metrics );
83 AF_GlyphHints hints,
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afindic.c 73 af_indic_hints_init( AF_GlyphHints hints,
77 return af_cjk_hints_init( hints, metrics );
83 AF_GlyphHints hints,
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
ServerSocket.java 33 /** Accepts a new incoming connection from a client {@link Socket}. The given hints will be applied to the accepted socket.
36 * @param hints additional {@link SocketHints} applied to the accepted {@link Socket}. Input null to use the default setting
40 public Socket accept (SocketHints hints);
  /external/pdfium/xfa/src/fxbarcode/
BC_Reader.h 17 int32_t hints,
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixReader.h 18 CFX_ByteString Decode(CBC_BinaryBitmap* image, int hints, int32_t& e);
  /frameworks/native/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);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/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);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/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);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/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);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/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);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/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);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/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 1210 milliseconds

12 3 4 5 6 7 8 91011>>