Home
last modified time | relevance | path

Searched refs:pedantic_hinting (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.c2837 if ( CUR.pedantic_hinting ) in Ins_SxVTL()
3193 if ( CUR.pedantic_hinting ) \
3327 if ( CUR.pedantic_hinting ) \
3346 if ( CUR.pedantic_hinting ) \
3363 if ( CUR.pedantic_hinting ) \
3382 if ( CUR.pedantic_hinting ) \
3399 if ( CUR.pedantic_hinting ) \
4419 if ( CUR.pedantic_hinting ) in Ins_MINDEX()
5076 if ( CUR.pedantic_hinting ) in Ins_GC()
5113 if ( CUR.pedantic_hinting ) in Ins_SCFS()
[all …]
Dttinterp.h200 FT_Bool pedantic_hinting; /* true if pedantic interpretation */ member
Dttobjs.c749 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()
838 exec->pedantic_hinting = pedantic; in tt_size_run_prep()
Dttgload.c797 if ( error && loader->exec->pedantic_hinting ) in TT_Hint_Glyph()
1898 exec->pedantic_hinting = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); in tt_loader_init()