Searched defs:FT_Int64 (Results 1 - 4 of 4) sorted by relevance

/external/freetype/builds/vms/
H A Dftconfig.h189 /* FT_Int64 */
195 typedef signed XXX FT_Int64;
315 typedef FT_INT64 FT_Int64; typedef
/external/freetype/include/freetype/config/
H A Dftconfig.h215 /* FT_Int64 */
221 typedef signed XXX FT_Int64;
331 typedef FT_INT64 FT_Int64; typedef
/external/freetype/src/raster/
H A 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
133 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
/external/freetype/src/base/
H A Dftcalc.c56 } FT_Int64; typedef in typeref:struct:FT_Int64_
241 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_;
282 FT_Int64 *z )
351 FT_Add64( FT_Int64* x,
352 FT_Int64* y,
353 FT_Int64 *z )
442 FT_Int64 temp, temp2;
490 FT_Int64 tem
[all...]

Completed in 150 milliseconds