HomeSort by relevance Sort by last modified time
    Searched full:hinter (Results 1 - 25 of 28) sorted by null

1 2

  /external/freetype/include/freetype/internal/
autohint.h 21 /* The auto-hinter is used to load and automatically hint glyphs if a */
22 /* format-specific hinter isn't available. */
36 /* An automatic hinter might compute two kinds of data for a given face: */
48 /* The current FreeType auto-hinter does a pretty good job while */
95 /* hinter :: A handle to the source auto-hinter. */
105 (*FT_AutoHinter_GlobalGetFunc)( FT_AutoHinter hinter,
122 /* hinter :: A handle to the auto-hinter module. */
127 (*FT_AutoHinter_GlobalDoneFunc)( FT_AutoHinter hinter,
    [all...]
t1types.h 237 /* since version 2.1 - interface to PostScript hinter */
255 /* since version 2.1 - interface to PostScript hinter */
pshints.h 101 * PostScript hinter.
288 * The hinter globals for this font.
388 * Postscript hinter.
602 * The hinter globals for this font.
psaux.h 581 void* hints_funcs; /* hinter-specific */
582 void* hints_globals; /* hinter-specific */
    [all...]
ftobjs.h 310 /* native font hinter, if one is found. This is exclusively used */
311 /* in the case when the unpatented hinter is compiled within the */
    [all...]
  /external/freetype/src/pshinter/
pshmod.h 5 /* PostScript hinter module interface (specification). */
pshnterr.h 5 /* PS Hinter error codes (specification only). */
pshmod.c 5 /* FreeType PostScript hinter module implementation (body). */
26 /* the Postscript Hinter module structure */
pshglob.h 5 /* PostScript hinter global hinting management. */
pshglob.c 5 /* PostScript hinter global hinting management (body). */
6 /* Inspired by the new auto-hinter module. */
pshalgo.c 924 /***** HINTER GLYPH MANAGEMENT *****/
1183 /* load outline point coordinates into hinter glyph */
    [all...]
  /external/freetype/src/psaux/
t1decode.c 369 T1_Hints_Funcs hinter; local
401 hinter = (T1_Hints_Funcs)builder->hints_funcs;
426 if ( hinter )
427 hinter->open( hinter->hints );
791 if ( hinter )
792 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]
  /external/freetype/src/cff/
cffgload.h 103 void* hints_funcs; /* hinter-specific */
104 void* hints_globals; /* hinter-specific */
cffgload.c 899 T2_Hints_Funcs hinter; local
921 hinter = (T2_Hints_Funcs)builder->hints_funcs;
935 if ( hinter )
936 hinter->open( hinter->hints );
    [all...]
cfftypes.h 260 /* interface to PostScript hinter */
cffobjs.c 790 FT_FACE_FLAG_HINTER ); /* has native hinter */
  /external/freetype/include/freetype/
ftmoderr.h 117 FT_MODERRDEF( PShinter, 0xC00, "PS hinter module" )
ftmodapi.h 57 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */
65 /* own hinter */
freetype.h     [all...]
ftimage.h 362 /* and give hints to the scan-converter and hinter on */
510 #define FT_CURVE_TAG_TOUCH_X 8 /* reserved for the TrueType hinter */
511 #define FT_CURVE_TAG_TOUCH_Y 16 /* reserved for the TrueType hinter */
    [all...]
  /external/freetype/src/autofit/
aftypes.h 21 * The auto-fitter is a complete rewrite of the old auto-hinter.
176 * the auto-hinter. The latter will set the `hints' field
afhints.h 107 FT_UShort flags; /* point flags used by hinter */
afloader.c 463 af_debug_hinter = hinter;
504 /* XXX: undocumented hook to activate the latin2 hinter */
afcjk.c 1077 delta = ( ( ( hinter->pp2.x + 32 ) & -64 ) - hinter->pp2.x ) / 2;
    [all...]
  /external/freetype/src/base/
ftobjs.c 563 FT_Module hinter; local
577 hinter = library->auto_hinter;
597 * - Do only auto-hinting if we have a hinter module, a scalable font
602 * have a native font hinter.
606 * - Exception: The font is `tricky' and requires the native hinter to
610 if ( hinter &&
661 /* since the auto-hinter calls FT_Load_Glyph by itself, */
666 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface;
668 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]

Completed in 188 milliseconds

1 2