Home
last modified time | relevance | path

Searched refs:dualVector (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/truetype/
Dttobjs.h71 FT_UnitVector dualVector; member
Dttobjs.c997 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep()
998 exec->GS.dualVector.y = 0; in tt_size_run_prep()
Dttinterp.c563 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
2507 exc->GS.dualVector.x, in Dual_Project()
2508 exc->GS.dualVector.y ); in Dual_Project()
2600 if ( exc->GS.dualVector.x == 0x4000 ) in Compute_Funcs()
2602 else if ( exc->GS.dualVector.y == 0x4000 ) in Compute_Funcs()
4414 exc->GS.dualVector.x = AA; in Ins_SxyTCA()
4415 exc->GS.dualVector.y = BB; in Ins_SxyTCA()
4443 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVTL()
4505 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVFS()
5066 Normalize( A, B, &exc->GS.dualVector ); in Ins_SDPVTL()