Home | History | Annotate | Download | only in truetype

Lines Matching refs:F_dot_P

1847                                        CUR.F_dot_P );
1858 CUR.F_dot_P );
1899 CUR.F_dot_P );
1906 CUR.F_dot_P );
2628 CUR.F_dot_P = CUR.GS.projVector.x * 0x10000L;
2632 CUR.F_dot_P = CUR.GS.projVector.y * 0x10000L;
2634 CUR.F_dot_P = (FT_Long)CUR.GS.projVector.x * CUR.GS.freeVector.x * 4 +
2661 if ( CUR.F_dot_P == 0x40000000L )
2678 /* at small sizes, F_dot_P can become too small, resulting */
2681 if ( FT_ABS( CUR.F_dot_P ) < 0x4000000L )
2682 CUR.F_dot_P = 0x40000000L;
5602 CUR.F_dot_P );
5605 CUR.F_dot_P );