Searched refs:zp2 (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c450 exec->zp2 = exec->zp0;
479 exec->zp2 = exec->pts;
554 exec->zp2 = exec->pts;
4240 if ( BOUNDS( aIdx1, exc->zp2.n_points ) ||
4249 p2 = exc->zp2.cur + aIdx1;
4798 if ( BOUNDSL( L, exc->zp2.n_points ) )
4807 R = FAST_DUALPROJ( &exc->zp2.org[L] );
4809 R = FAST_PROJECT( &exc->zp2.cur[L] );
4836 if ( BOUNDS( L, exc->zp2.n_points ) )
4843 K = FAST_PROJECT( &exc->zp2
[all...]
H A Dttinterp.h169 zp2, member in struct:TT_ExecContextRec_
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c589 exec->zp2 = exec->zp0;
618 exec->zp2 = exec->pts;
697 exec->zp2 = exec->pts;
2756 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) ||
2765 p2 = CUR.zp2.cur + aIdx1;
5280 if ( BOUNDSL( L, CUR.zp2.n_points ) )
5289 R = CUR_fast_dualproj( &CUR.zp2.org[L] );
5291 R = CUR_fast_project( &CUR.zp2.cur[L] );
5317 if ( BOUNDS( L, CUR.zp2.n_points ) )
5324 K = CUR_fast_project( &CUR.zp2
[all...]
H A Dttinterp.h181 zp2, member in struct:TT_ExecContextRec_

Completed in 134 milliseconds