Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c703 exec->GS.projVector.x = 0x4000; in TT_Run_Context()
704 exec->GS.projVector.y = 0x0000; in TT_Run_Context()
706 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context()
707 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
1655 if ( CUR.GS.projVector.y == 0 ) in Current_Ratio()
1658 else if ( CUR.GS.projVector.x == 0 ) in Current_Ratio()
1667 CUR.GS.projVector.x ); in Current_Ratio()
1669 CUR.GS.projVector.y ); in Current_Ratio()
2491 CUR.GS.projVector.x, in Project()
2492 CUR.GS.projVector.y ); in Project()
[all …]
Dttobjs.h83 FT_UnitVector projVector; member
Dttobjs.c896 exec->GS.projVector.x = 0x4000; in tt_size_run_prep()
897 exec->GS.projVector.y = 0x0; in tt_size_run_prep()
/external/freetype/src/truetype/
Dttinterp.c560 exec->GS.projVector.x = 0x4000; in TT_Run_Context()
561 exec->GS.projVector.y = 0x0000; in TT_Run_Context()
563 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context()
564 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
1500 if ( exc->GS.projVector.y == 0 ) in Current_Ratio()
1503 else if ( exc->GS.projVector.x == 0 ) in Current_Ratio()
1512 exc->GS.projVector.x ); in Current_Ratio()
1514 exc->GS.projVector.y ); in Current_Ratio()
2360 exc->GS.projVector.x, in Project()
2361 exc->GS.projVector.y ); in Project()
[all …]
Dttobjs.h83 FT_UnitVector projVector; member
Dttobjs.c879 exec->GS.projVector.x = 0x4000; in tt_size_run_prep()
880 exec->GS.projVector.y = 0x0; in tt_size_run_prep()