Home | History | Annotate | Download | only in truetype

Lines Matching defs:Project

10 /*  This file is part of the FreeType project, and may only be used,       */
11 /* modified, and distributed under the terms of the FreeType project */
62 #define PROJECT( v1, v2 ) \
2330 /* Project */
2344 Project( TT_ExecContext exc,
2512 exc->func_project = (TT_Project_Func)Project;
4880 D = PROJECT( exc->zp0.cur + L, exc->zp1.cur + K );
5397 d = PROJECT( zp.cur + p, zp.org + p );
5829 distance = PROJECT( exc->zp1.cur + point, exc->zp0.cur + exc->GS.rp0 );
6140 org_dist = PROJECT( exc->zp1.cur + point, exc->zp0.cur + exc->GS.rp0 );
6233 cur_dist = PROJECT ( &exc->zp1.cur[point], &exc->zp0.cur[exc->GS.rp0] );
6429 distance = PROJECT( exc->zp1.cur + point,
6564 distance = PROJECT( exc->zp0.cur + p2, exc->zp1.cur + p1 ) / 2;
6646 cur_range = PROJECT( &exc->zp1.cur[exc->GS.rp2], cur_base );
6683 cur_dist = PROJECT( &exc->zp2.cur[point], cur_base );