Home
last modified time | relevance | path

Searched refs:FT_Int64 (Results 1 – 7 of 7) 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/pdfium/third_party/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
240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; in FT_MulFix()
281 FT_Int64 *z ) in ft_multo64()
350 FT_Add64( FT_Int64* x, in FT_Add64()
351 FT_Int64* y, in FT_Add64()
352 FT_Int64 *z ) in FT_Add64()
441 FT_Int64 temp, temp2; in FT_MulDiv()
489 FT_Int64 temp; in FT_MulDiv_No_Round()
636 FT_Int64 temp, temp2; in FT_DivFix()
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c56 } FT_Int64; typedef
240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; in FT_MulFix()
281 FT_Int64 *z ) in ft_multo64()
350 FT_Add64( FT_Int64* x, in FT_Add64()
351 FT_Int64* y, in FT_Add64()
352 FT_Int64 *z ) in FT_Add64()
441 FT_Int64 temp, temp2; in FT_MulDiv()
489 FT_Int64 temp; in FT_MulDiv_No_Round()
636 FT_Int64 temp, temp2; in FT_DivFix()
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
[all …]
Dfttrigon.c74 val = (FT_Fixed)( ( (FT_Int64)val * FT_TRIG_SCALE + 0x40000000UL ) >> 32 ); in ft_trig_downscale()
/external/pdfium/third_party/freetype/include/freetype/config/
Dftconfig.h213 typedef signed XXX FT_Int64;
317 typedef FT_INT64 FT_Int64; typedef
/external/freetype/include/freetype/config/
Dftconfig.h221 typedef signed XXX FT_Int64;
331 typedef FT_INT64 FT_Int64; typedef