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.c949 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep()
950 exec->GS.dualVector.y = 0; in tt_size_run_prep()
Dttinterp.c546 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
2407 exc->GS.dualVector.x, in Dual_Project()
2408 exc->GS.dualVector.y ); in Dual_Project()
2496 if ( exc->GS.dualVector.x == 0x4000 ) in Compute_Funcs()
2498 else if ( exc->GS.dualVector.y == 0x4000 ) in Compute_Funcs()
4304 exc->GS.dualVector.x = AA; in Ins_SxyTCA()
4305 exc->GS.dualVector.y = BB; in Ins_SxyTCA()
4333 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVTL()
4395 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVFS()
4956 Normalize( A, B, &exc->GS.dualVector ); in Ins_SDPVTL()