/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
H A D | module.mk | 20 $(ECHO_DRIVER)pshinter $(ECHO_DRIVER_DESC)Postscript hinter module$(ECHO_DRIVER_DONE)
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
H A D | 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/internal/ |
H A D | 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/core/include/thirdparties/freetype/freetype/internal/ |
H A D | 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/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
H A D | 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/ |
H A D | 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 ); 1095 if ( hinter ) 1097 if ( hinter [all...] |
/external/freetype/src/psaux/ |
H A D | 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 ); 1095 if ( hinter ) 1097 if ( hinter [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
H A D | 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 ); 1095 if ( hinter ) 1097 if ( hinter [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
H A D | cffgload.c | 921 T2_Hints_Funcs hinter; local 943 hinter = (T2_Hints_Funcs)builder->hints_funcs; 957 if ( hinter ) 958 hinter->open( hinter->hints ); 1339 if ( hinter ) 1340 hinter->stems( hinter->hints, 1359 if ( hinter ) 1360 hinter [all...] |
/external/freetype/src/cff/ |
H A D | cffgload.c | 917 T2_Hints_Funcs hinter; local 939 hinter = (T2_Hints_Funcs)builder->hints_funcs; 953 if ( hinter ) 954 hinter->open( hinter->hints ); 1335 if ( hinter ) 1336 hinter->stems( hinter->hints, 1355 if ( hinter ) 1356 hinter [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
H A D | cffgload.c | 921 T2_Hints_Funcs hinter; local 943 hinter = (T2_Hints_Funcs)builder->hints_funcs; 957 if ( hinter ) 958 hinter->open( hinter->hints ); 1343 if ( hinter ) 1344 hinter->stems( hinter->hints, 1363 if ( hinter ) 1364 hinter [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
H A D | 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, 4263 /* is the module a auto-hinter [all...] |
/external/freetype/src/base/ |
H A D | 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, 4286 /* is the module a auto-hinter [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
H A D | 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, 4264 /* is the module a auto-hinter [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
H A D | afcjk.c | 1759 * the hinter is likely to merge two adjacent ones. 1819 delta = ( ( ( hinter->pp2.x + 32 ) & -64 ) - hinter->pp2.x ) / 2;
|
/external/freetype/src/autofit/ |
H A D | afcjk.c | 683 /* are not modified, contrary to e.g. the `latin' auto-hinter */ 1810 * the hinter is likely to merge two adjacent ones. 1881 delta = ( ( ( hinter->pp2.x + 32 ) & -64 ) - hinter->pp2.x ) / 2;
|