Home
last modified time | relevance | path

Searched refs:FT_Int64 (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/raster/
Dftmisc.h87 typedef __int64 FT_Int64; typedef
93 typedef int64_t FT_Int64; typedef
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv()
133 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c in FT_MulDiv_No_Round()
/external/freetype/src/base/
Dftcalc.c56 } FT_Int64; typedef
241 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; in FT_MulFix()
282 FT_Int64 *z ) in ft_multo64()
351 FT_Add64( FT_Int64* x, in FT_Add64()
352 FT_Int64* y, in FT_Add64()
353 FT_Int64 *z ) in FT_Add64()
442 FT_Int64 temp, temp2; in FT_MulDiv()
490 FT_Int64 temp; in FT_MulDiv_No_Round()
637 FT_Int64 temp, temp2; in FT_DivFix()
991 FT_Int64 delta = SUB_INT64( MUL_INT64( in_x, out_y ), in ft_corner_orientation()
[all …]
/external/freetype/include/freetype/internal/
Dftcalc.h494 (FT_Int64)( (FT_UInt64)(a) + (FT_UInt64)(b) )
496 (FT_Int64)( (FT_UInt64)(a) - (FT_UInt64)(b) )
498 (FT_Int64)( (FT_UInt64)(a) * (FT_UInt64)(b) )
500 (FT_Int64)( (FT_UInt64)0 - (FT_UInt64)(a) )
/external/freetype/builds/vms/
Dftconfig.h190 typedef signed XXX FT_Int64;
310 typedef FT_INT64 FT_Int64; typedef
/external/freetype/include/freetype/config/
Dftconfig.h220 typedef signed XXX FT_Int64;
330 typedef FT_INT64 FT_Int64; typedef
/external/freetype/builds/unix/
Dftconfig.in232 * FT_Int64
238 typedef signed XXX FT_Int64;
358 typedef FT_INT64 FT_Int64;
/external/freetype/
DChangeLog.2455 `FT_Int64' here.
57 * src/base/ftcalc.c: Remove typedef of `FT_Int64'.
59 * src/base/fttrigon.c: Remove typedef of `FT_Int64'.
5706 * src/raster/ftmisc.h (FT_Int64) [_WIN32, _WIN64]: Fix typedef
DChangeLog.201381 * src/base/ftcalc.c: Add declaration of FT_Int64 if
DChangeLog1561 Add macros for handling over-/underflowing `FT_Int64' values.
DChangeLog.237055 * src/base/ftcalc.c: Don't use `long long' but `FT_Int64'.