/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | autohint.h | 108 (*FT_AutoHinter_GlobalGetFunc)( FT_AutoHinter hinter, 132 (*FT_AutoHinter_GlobalDoneFunc)( FT_AutoHinter hinter, 154 (*FT_AutoHinter_GlobalResetFunc)( FT_AutoHinter hinter, 185 (*FT_AutoHinter_GlyphLoadFunc)( FT_AutoHinter hinter,
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | t1decode.c | 461 T1_Hints_Funcs hinter; in t1_decoder_parse_charstrings() local 484 hinter = (T1_Hints_Funcs)builder->hints_funcs; in t1_decoder_parse_charstrings() 504 if ( hinter ) in t1_decoder_parse_charstrings() 505 hinter->open( hinter->hints ); in t1_decoder_parse_charstrings() 885 if ( hinter ) in t1_decoder_parse_charstrings() 886 hinter->reset( hinter->hints, in t1_decoder_parse_charstrings() 1185 if ( hinter ) in t1_decoder_parse_charstrings() 1187 if ( hinter->close( hinter->hints, in t1_decoder_parse_charstrings() 1192 error = hinter->apply( hinter->hints, in t1_decoder_parse_charstrings() 1555 if ( hinter ) in t1_decoder_parse_charstrings() [all …]
|
D | cffdecode.c | 515 T2_Hints_Funcs hinter; in cff_decoder_parse_charstrings() local 528 hinter = (T2_Hints_Funcs)builder->hints_funcs; in cff_decoder_parse_charstrings() 545 if ( hinter ) in cff_decoder_parse_charstrings() 546 hinter->open( hinter->hints ); in cff_decoder_parse_charstrings() 974 if ( hinter ) in cff_decoder_parse_charstrings() 975 hinter->stems( hinter->hints, in cff_decoder_parse_charstrings() 995 if ( hinter ) in cff_decoder_parse_charstrings() 996 hinter->stems( hinter->hints, in cff_decoder_parse_charstrings() 1012 if ( hinter ) in cff_decoder_parse_charstrings() 1015 hinter->hintmask( hinter->hints, in cff_decoder_parse_charstrings() [all …]
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | module.mk | 20 $(ECHO_DRIVER)pshinter $(ECHO_DRIVER_DESC)Postscript hinter module$(ECHO_DRIVER_DONE)
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 108 auto-hinter has been removed. 191 - Auto-hinter support for Medefaidrin script. 236 - Auto-hinter support for Hanifi Rohingya. 263 - Auto-hinter support for Mongolian. 286 - The auto-hinter now disables hinting if there are blue zones 467 - The auto-hinter script ranges have been updated for Unicode 11. 677 auto-hinter. 967 auto-hinter. 977 - Minor rendering improvements in the auto-hinter. 1007 added to the auto-hinter. [all …]
|
D | TODO | 4 * Implement stem3/counter hints properly in the Postscript hinter.
|
D | INSTALL.UNIX | 113 HarfBuzz library (used by the auto-hinter to improve support of
|
/third_party/skia/third_party/externals/freetype/ |
D | modules.cfg | 81 # FreeType's auto hinter. 84 # PostScript hinter.
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afblue.dat | 600 // latin auto-hinter 617 // For the latin auto-hinter, the overshoot should be larger than the 672 // cjk auto-hinter 683 // For the cjk auto-hinter, the overshoot should be smaller than the
|
D | afcjk.c | 1966 delta = ( ( ( hinter->pp2.x + 32 ) & -64 ) - hinter->pp2.x ) / 2; in af_cjk_hint_edges()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.26 | 512 This essentially moves the Gurmukhi script from the `Indic' hinter to 513 the `Latin' hinter. 715 This essentially moves the Gujarati script from the `Indic' hinter to 716 the `Latin' hinter. 823 Even if the dummy hinter is used as the handler for `none' (which 1098 This essentially moves the Sinhala script from the `Indic' hinter to 1099 the `Latin' hinter. 1151 This essentially moves the Tamil script from the `Indic' hinter to 1152 the `Latin' hinter. 1171 This essentially moves the Malayalam script from the `Indic' hinter [all …]
|
D | ChangeLog.20 | 372 bug where the X and Y axis where inverted in the postscript hinter. 395 Added PostScript hinter support to the CFF and CID drivers. 419 Add hinter support. 431 * src/cid/cidgload.c (CID_Load_Glyph): Add hinter support. 467 list for the Postscript hinter. 486 the auto-hinter is used. This actually is a hack but will be enough 553 Started adding support for the Postscript hinter in the CFF module. 721 Various fixes to the auto-hinter. They merely improve the output of 877 files to build the PostScript hinter with the `old' build system. 902 some strange bugs in the PostScript hinter. [all …]
|
D | ChangeLog.25 | 1146 This essentially moves the Telugu script from the `Indic' hinter to 1147 the `Latin' hinter. 1637 This essentially moves the Devanagari script from the `Indic' hinter 1638 to the `Latin' hinter. Thanks to Girish Dalvi 1713 The adaptation of the cjk auto-hinter module to blue stringsets in 1716 1. Contrary to the latin auto-hinter, characters for reference and 1744 auto-hinter. 1817 makes the auto-hinter handle them as if they were prepended to the 1820 This generally improves the auto-hinter's rendering results. 2449 for those scripts, and the Indic auto-hinter support is rudimentary [all …]
|
D | ChangeLog.21 | 629 #12212 (auto-hinter refuses to work if no Unicode charmap in font). 869 More optimizations to come, especially for the auto-hinter. 1191 Fix a serious bug in the TT hinter. 2169 now seems to be 100% equivalent to the auto-hinter, while being 3031 and horizontal hinter mask bits. 5405 (cff_decoder_parse_charstrings) <cff_op_endchar>: Call hinter->apply 5966 * src/pshinter/pshalgo3.c: The hinter now performs as in 2.1.3 and 6162 auto-hinter changes. 6242 * src/pshinter/pshalgo3.c: Improved the Postscript hinter. Getting 6350 Patches to the auto-hinter in order to slightly improve the output. [all …]
|
D | ChangeLog.28 | 1316 This essentially moves the Sundanese script from the `Indic' hinter 1317 to the `Latin' hinter. 1399 auto-hinter metrics. Without this change, multiple size changing 1459 At the same time, the behaviour of the `light' auto-hinter gets 2428 stems like `N' have a slight overshoot also. The auto-hinter tries
|
D | ChangeLog.29 | 1070 This change activates the Adobe hinter when in LIGHT mode, and 1071 therefore always unless explicitly asking for the auto-hinter. This 1197 instead of 340 before. Makes auto-hinter setup with HarfBuzz
|
D | ChangeLog.22 | 436 that crashes the auto-hinter (introduced by previous patch). 1265 if the warp hinter isn't active (it shouldn't, still experimental). 1532 decide whether to use the auto-hinter according to documentation. 1961 the glyph properly if no hinter is available.
|
D | ChangeLog.210 | 3762 We are going to add auto-hinter support for Hanifi Rohingya, which 4742 (with dummy hinter module) if no blue zones are present. 5839 Improve auto-hinter handling of bitmap fonts (#54681). 5843 case `FT_Load_Glyph' calls into the auto-hinter which calls back 5847 auto-hinter should not be called when the face doesn't have 5848 outlines. The current test for using the auto-hinter in
|
D | ChangeLog.24 | 169 [cff] Add a new Type 2 interpreter and hinter. 1432 which addresses various enhancements of the auto-hinter. Without 1489 The auto-hinter's latin module only handles latin ligatures in the 2253 Using the TrueType hinter, the correct value (1367) of `afii10023'
|
D | ChangeLog.23 | 4847 * src/base/ftobjs.c (FT_Load_Glyph): Call the auto-hinter without 5693 to improve the Latin auto-hinter. Note that the new code is 6954 disabled in the auto-hinter. 6959 src/autofit/aftypes.h: Miscellaneous auto-hinter improvements. 7134 Speed up the Postscript hinter, with more than 100% speed increase
|
D | ChangeLog.27 | 236 auto-hinter data to enforce recomputation. Note that this is a
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 844 FT_Module hinter; in FT_Load_Glyph() local 859 hinter = library->auto_hinter; in FT_Load_Glyph() 900 if ( hinter && in FT_Load_Glyph() 976 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; in FT_Load_Glyph() 978 error = hinting->load_glyph( (FT_AutoHinter)hinter, in FT_Load_Glyph()
|
/third_party/gstreamer/gstreamer/po/ |
D | de.po | 846 "Informationen über die Personen hinter einem Remix und ähnliche "
|