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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
module.mk 20 $(ECHO_DRIVER)pshinter $(ECHO_DRIVER_DESC)Postscript hinter module$(ECHO_DRIVER_DONE)
  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/pdfium/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/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,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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,
    [all...]
  /external/pdfium/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,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c 917 T2_Hints_Funcs hinter; local
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
953 if ( hinter )
954 hinter->open( hinter->hints );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 917 T2_Hints_Funcs hinter; local
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
953 if ( hinter )
954 hinter->open( hinter->hints );
    [all...]
  /external/freetype/src/cff/
cffgload.c 925 T2_Hints_Funcs hinter; local
947 hinter = (T2_Hints_Funcs)builder->hints_funcs;
961 if ( hinter )
962 hinter->open( hinter->hints );
    [all...]
  /external/freetype/src/base/
ftobjs.c 613 FT_Module hinter; local
628 hinter = library->auto_hinter;
648 * - Do only auto-hinting if we have a hinter module, a scalable font
653 * have a native font hinter.
658 * - Exception: The font is `tricky' and requires the native hinter to
662 if ( hinter &&
726 /* since the auto-hinter calls FT_Load_Glyph by itself, */
731 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
733 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c 613 FT_Module hinter; local
628 hinter = library->auto_hinter;
648 * - Do only auto-hinting if we have a hinter module, a scalable font
653 * have a native font hinter.
658 * - Exception: The font is `tricky' and requires the native hinter to
662 if ( hinter &&
727 /* since the auto-hinter calls FT_Load_Glyph by itself, */
732 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
734 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 602 FT_Module hinter; local
617 hinter = library->auto_hinter;
637 * - Do only auto-hinting if we have a hinter module, a scalable font
642 * have a native font hinter.
647 * - Exception: The font is `tricky' and requires the native hinter to
651 if ( hinter &&
715 /* since the auto-hinter calls FT_Load_Glyph by itself, */
720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
722 error = hinting->load_glyph( (FT_AutoHinter)hinter,
    [all...]
  /external/freetype/src/autofit/
afcjk.c 744 /* are not modified, contrary to e.g. the `latin' auto-hinter */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 683 /* are not modified, contrary to e.g. the `latin' auto-hinter */
    [all...]

Completed in 400 milliseconds