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

/external/freetype/src/raster/
H A Dftmisc.h45 typedef signed long FT_Long; typedef
98 static FT_Long
99 FT_MulDiv( FT_Long a,
100 FT_Long b,
101 FT_Long c )
104 FT_Long d;
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a,
121 FT_Long
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftmisc.h45 typedef signed long FT_Long; typedef
98 static FT_Long
99 FT_MulDiv( FT_Long a,
100 FT_Long b,
101 FT_Long c )
104 FT_Long d;
112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a,
121 FT_Long
[all...]
/external/freetype/include/freetype/
H A Dfttypes.h64 /* FT_Long */
237 /* FT_Long */
242 typedef signed long FT_Long; typedef
/external/pdfium/third_party/freetype/include/freetype/
H A Dfttypes.h64 /* FT_Long */
237 /* FT_Long */
242 typedef signed long FT_Long; typedef

Completed in 621 milliseconds