/external/freetype/src/cff/ |
cfftypes.h | 260 /* interface to PostScript hinter */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftmoderr.h | 155 FT_MODERRDEF( PShinter, 0xD00, "PS hinter module" )
|
freetype.h | [all...] |
ftmodapi.h | 84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */ 92 /* own hinter */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
pshints.h | 101 * PostScript hinter. 288 * The hinter globals for this font. 388 * Postscript hinter. 602 * The hinter globals for this font.
|
psaux.h | 585 void* hints_funcs; /* hinter-specific */ 586 void* hints_globals; /* hinter-specific */ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftmoderr.h | 155 FT_MODERRDEF( PShinter, 0xD00, "PS hinter module" )
|
freetype.h | [all...] |
ftmodapi.h | 84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */ 92 /* own hinter */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
pshints.h | 101 * PostScript hinter. 288 * The hinter globals for this font. 388 * Postscript hinter. 602 * The hinter globals for this font.
|
psaux.h | 585 void* hints_funcs; /* hinter-specific */ 586 void* hints_globals; /* hinter-specific */ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshglob.c | 5 /* PostScript hinter global hinting management (body). */ 6 /* Inspired by the new auto-hinter module. */ 314 // XYQ 2006-3-11: FT PS hinter doesn't process wide zone well (all points shrinked to one horizontal line)
|
/external/freetype/src/autofit/ |
hbshim.c | 43 * auto-hinter `coverage' is represented by one `feature', and a 295 * could be the same. However, the auto-hinter is completely
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aftypes.h | 21 * The auto-fitter is a complete rewrite of the old auto-hinter.
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cfftypes.h | 260 /* interface to PostScript hinter */
|
/external/chromium_org/third_party/freetype/include/freetype/ |
freetype.h | [all...] |
ftmodapi.h | 84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */ 92 /* own hinter */
|
/external/freetype/include/ |
freetype.h | [all...] |
ftmodapi.h | 84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */ 92 /* own hinter */
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
psaux.h | 585 void* hints_funcs; /* hinter-specific */ 586 void* hints_globals; /* hinter-specific */ [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 5 /* PostScript hinter global hinting management (body). */ 6 /* Inspired by the new auto-hinter module. */
|
/external/freetype/include/internal/ |
psaux.h | 585 void* hints_funcs; /* hinter-specific */ 586 void* hints_globals; /* hinter-specific */ [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 5 /* PostScript hinter global hinting management (body). */ 6 /* Inspired by the new auto-hinter module. */
|
/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 | 597 FT_Module hinter; local 612 hinter = library->auto_hinter; 632 * - Do only auto-hinting if we have a hinter module, a scalable font 637 * have a native font hinter. 642 * - Exception: The font is `tricky' and requires the native hinter to 646 if ( hinter && 710 /* since the auto-hinter calls FT_Load_Glyph by itself, */ 715 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; 717 error = hinting->load_glyph( (FT_AutoHinter)hinter, [all...] |