Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttobjs.h85 FT_Byte instruct_control; member
Dttgload.c2719 if ( exec->GS.instruct_control & 1 ) in tt_loader_init()
2723 if ( exec->GS.instruct_control & 2 ) in tt_loader_init()
2730 exec->GS.instruct_control & 4 ) in tt_loader_init()
Dttinterp.c5251 exc->GS.instruct_control &= ~(FT_Byte)Kf; in Ins_INSTCTRL()
5252 exc->GS.instruct_control |= (FT_Byte)L; in Ins_INSTCTRL()
7767 exc->backward_compatibility = !( exc->GS.instruct_control & 4 ); in TT_RunIns()
/external/freetype/
DChangeLog.264233 `GS.instruct_control' is active.