Searched refs:instruct_control (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h101 FT_Byte instruct_control; member in struct:TT_GraphicsState_
H A Dttgload.c1894 if ( exec->GS.instruct_control & 1 )
1898 if ( exec->GS.instruct_control & 2 )
H A Dttinterp.c5409 CUR.GS.instruct_control = FT_BOOL(
5410 ( (FT_Byte)CUR.GS.instruct_control & ~(FT_Byte)K ) | (FT_Byte)L );
/external/freetype/src/truetype/
H A Dttobjs.h101 FT_Byte instruct_control; member in struct:TT_GraphicsState_
H A Dttgload.c2106 if ( exec->GS.instruct_control & 1 )
2110 if ( exec->GS.instruct_control & 2 )
H A Dttinterp.c5570 CUR.GS.instruct_control = FT_BOOL(
5571 ( (FT_Byte)CUR.GS.instruct_control & ~(FT_Byte)K ) | (FT_Byte)L );

Completed in 179 milliseconds