Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttobjs.h86 FT_Byte instruct_control; member
Dttgload.c2611 if ( exec->GS.instruct_control & 1 ) in tt_loader_init()
2615 if ( exec->GS.instruct_control & 2 ) in tt_loader_init()
2622 exec->GS.instruct_control & 4 ) in tt_loader_init()
Dttinterp.c5215 exc->GS.instruct_control &= ~(FT_Byte)Kf; in Ins_INSTCTRL()
5216 exc->GS.instruct_control |= (FT_Byte)L; in Ins_INSTCTRL()
7782 exc->backward_compatibility = !( exc->GS.instruct_control & 4 ); in TT_RunIns()
/external/freetype/
DChangeLog.264233 `GS.instruct_control' is active.