Home
last modified time | relevance | path

Searched refs:both_x_axis (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/truetype/
Dttobjs.h87 FT_Bool both_x_axis; member
Dttinterp.c245 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
246 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
737 exec->GS.both_x_axis = TRUE; in TT_Run_Context()
1648 if ( CUR.GS.both_x_axis ) in Current_Ratio()
2594 CUR.GS.both_x_axis = (FT_Bool)( CUR.GS.projVector.x == 0x4000 && in Compute_Funcs()
2605 if ( CUR.GS.both_x_axis ) in Compute_Funcs()
3006 args[0] = CUR.GS.both_x_axis ? 0x4000 : 0; \
3007 args[1] = CUR.GS.both_x_axis ? 0 : 0x4000; \
3025 args[0] = CUR.GS.both_x_axis ? 0x4000 : 0; \
3026 args[1] = CUR.GS.both_x_axis ? 0 : 0x4000; \
[all …]