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.c982 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep()
983 exec->GS.dualVector.y = 0; in tt_size_run_prep()
Dttinterp.c571 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
2463 exc->GS.dualVector.x, in Dual_Project()
2464 exc->GS.dualVector.y ); in Dual_Project()
2556 if ( exc->GS.dualVector.x == 0x4000 ) in Compute_Funcs()
2558 else if ( exc->GS.dualVector.y == 0x4000 ) in Compute_Funcs()
4370 exc->GS.dualVector.x = AA; in Ins_SxyTCA()
4371 exc->GS.dualVector.y = BB; in Ins_SxyTCA()
4399 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVTL()
4461 exc->GS.dualVector = exc->GS.projVector; in Ins_SPVFS()
5022 Normalize( A, B, &exc->GS.dualVector ); in Ins_SDPVTL()