Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c730 exec->GS.projVector.x = 0x4000; in TT_Run_Context()
731 exec->GS.projVector.y = 0x0000; in TT_Run_Context()
733 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context()
734 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
1656 if ( CUR.GS.projVector.y == 0 ) in Current_Ratio()
1659 else if ( CUR.GS.projVector.x == 0 ) in Current_Ratio()
1667 x = TT_MULDIV( CUR.GS.projVector.x, in Current_Ratio()
1669 y = TT_MULDIV( CUR.GS.projVector.y, in Current_Ratio()
2490 CUR.GS.projVector.x, in Project()
2491 CUR.GS.projVector.y ); in Project()
[all …]
Dttobjs.h83 FT_UnitVector projVector; member