#include <ft2build.h>
Go to the source code of this file.
Data Structures |
| struct | FT_Int64 |
Defines |
| #define | FT_COMPONENT trace_calc |
Functions |
| | FT_RoundFix (FT_Fixed a) |
| | FT_CeilFix (FT_Fixed a) |
| | FT_FloorFix (FT_Fixed a) |
| static void | ft_multo64 (FT_UInt32 x, FT_UInt32 y, FT_Int64 *z) |
| static FT_UInt32 | ft_div64by32 (FT_UInt32 hi, FT_UInt32 lo, FT_UInt32 y) |
| static void | FT_Add64 (FT_Int64 *x, FT_Int64 *y, FT_Int64 *z) |
| | FT_MulDiv (FT_Long a, FT_Long b, FT_Long c) |
| | FT_MulFix (FT_Long a, FT_Long b) |
| | FT_DivFix (FT_Long a, FT_Long b) |
| | FT_Matrix_Multiply (const FT_Matrix *a, FT_Matrix *b) |
| | FT_Matrix_Invert (FT_Matrix *matrix) |
| | FT_Matrix_Multiply_Scaled (const FT_Matrix *a, FT_Matrix *b, FT_Long scaling) |
| | FT_Vector_Transform_Scaled (FT_Vector *vector, const FT_Matrix *matrix, FT_Long scaling) |
| | FT_SqrtFixed (FT_Int32 x) |
| | ft_corner_orientation (FT_Pos in_x, FT_Pos in_y, FT_Pos out_x, FT_Pos out_y) |
| | ft_corner_is_flat (FT_Pos in_x, FT_Pos in_y, FT_Pos out_x, FT_Pos out_y) |