Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.h87 FT_Bool both_x_axis; member
Dttinterp.c251 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
252 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
710 exec->GS.both_x_axis = TRUE; in TT_Run_Context()
1647 if ( CUR.GS.both_x_axis ) in Current_Ratio()
2595 CUR.GS.both_x_axis = (FT_Bool)( CUR.GS.projVector.x == 0x4000 && in Compute_Funcs()
2606 if ( CUR.GS.both_x_axis ) in Compute_Funcs()
2928 args[0] = CUR.GS.both_x_axis ? 0x4000 : 0; \
2929 args[1] = CUR.GS.both_x_axis ? 0 : 0x4000; \
2947 args[0] = CUR.GS.both_x_axis ? 0x4000 : 0; \
2948 args[1] = CUR.GS.both_x_axis ? 0 : 0x4000; \
[all …]
/external/freetype/src/truetype/
Dttobjs.h87 FT_Bool both_x_axis; member
Dttinterp.c110 exc->GS.V.x = (FT_F2Dot14)( exc->GS.both_x_axis ? 0x4000 : 0 ); \
111 exc->GS.V.y = (FT_F2Dot14)( exc->GS.both_x_axis ? 0 : 0x4000 ); \
567 exec->GS.both_x_axis = TRUE; in TT_Run_Context()
1492 if ( exc->GS.both_x_axis ) in Current_Ratio()
2467 exc->GS.both_x_axis = (FT_Bool)( exc->GS.projVector.x == 0x4000 && in Compute_Funcs()
2478 if ( exc->GS.both_x_axis ) in Compute_Funcs()
4451 args[0] = exc->GS.both_x_axis ? 0x4000 : 0; in Ins_GPV()
4452 args[1] = exc->GS.both_x_axis ? 0 : 0x4000; in Ins_GPV()
4479 args[0] = exc->GS.both_x_axis ? 0x4000 : 0; in Ins_GFV()
4480 args[1] = exc->GS.both_x_axis ? 0 : 0x4000; in Ins_GFV()
[all …]