HomeSort by relevance Sort by last modified time
    Searched refs:hinter (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/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...]
  /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...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 376 T1_Hints_Funcs hinter; local
399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
424 if ( hinter )
425 hinter->open( hinter->hints );
798 if ( hinter )
799 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]
  /external/freetype/src/psaux/
t1decode.c 376 T1_Hints_Funcs hinter; local
399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
424 if ( hinter )
425 hinter->open( hinter->hints );
798 if ( hinter )
799 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 921 T2_Hints_Funcs hinter; local
943 hinter = (T2_Hints_Funcs)builder->hints_funcs;
957 if ( hinter )
958 hinter->open( hinter->hints );
    [all...]
  /external/freetype/src/cff/
cffgload.c 921 T2_Hints_Funcs hinter; local
943 hinter = (T2_Hints_Funcs)builder->hints_funcs;
957 if ( hinter )
958 hinter->open( hinter->hints );
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 599 FT_Module hinter; local
614 hinter = library->auto_hinter;
634 * - Do only auto-hinting if we have a hinter module, a scalable font
639 * have a native font hinter.
644 * - Exception: The font is `tricky' and requires the native hinter to
648 if ( hinter &&
705 /* since the auto-hinter calls FT_Load_Glyph by itself, */
710 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]
  /external/freetype/src/base/
ftobjs.c 599 FT_Module hinter; local
614 hinter = library->auto_hinter;
634 * - Do only auto-hinting if we have a hinter module, a scalable font
639 * have a native font hinter.
644 * - Exception: The font is `tricky' and requires the native hinter to
648 if ( hinter &&
705 /* since the auto-hinter calls FT_Load_Glyph by itself, */
710 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c     [all...]
  /external/freetype/src/autofit/
afcjk.c     [all...]

Completed in 103 milliseconds