Searched refs:F_dot_P (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.h233 FT_Long F_dot_P; /* dot product of freedom and projection */ member in struct:TT_ExecContextRec_
H A Dttinterp.c1717 zone->cur[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1726 zone->cur[point].y += FT_MulDiv( distance, v, exc->F_dot_P );
1766 zone->org[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1771 zone->org[point].y += FT_MulDiv( distance, v, exc->F_dot_P );
2506 exc->F_dot_P = exc->GS.projVector.x;
2508 exc->F_dot_P = exc->GS.projVector.y;
2510 exc->F_dot_P =
2531 if ( exc->F_dot_P == 0x4000L )
2545 /* at small sizes, F_dot_P can become too small, resulting */
2548 if ( FT_ABS( exc->F_dot_P ) <
[all...]
H A Dttobjs.c768 exec->F_dot_P = 0x4000L;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h245 FT_Long F_dot_P; /* dot product of freedom and projection */ member in struct:TT_ExecContextRec_
H A Dttinterp.c1864 zone->cur[point].x += FT_MulDiv( distance, v, CUR.F_dot_P );
1873 zone->cur[point].y += FT_MulDiv( distance, v, CUR.F_dot_P );
1912 zone->org[point].x += FT_MulDiv( distance, v, CUR.F_dot_P );
1917 zone->org[point].y += FT_MulDiv( distance, v, CUR.F_dot_P );
2634 CUR.F_dot_P = CUR.GS.projVector.x;
2636 CUR.F_dot_P = CUR.GS.projVector.y;
2638 CUR.F_dot_P = ( (FT_Long)CUR.GS.projVector.x * CUR.GS.freeVector.x +
2659 if ( CUR.F_dot_P == 0x4000L )
2673 /* at small sizes, F_dot_P can become too small, resulting */
2676 if ( FT_ABS( CUR.F_dot_P ) <
[all...]
H A Dttobjs.c775 exec->F_dot_P = 0x4000L;

Completed in 134 milliseconds