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

/external/freetype/include/freetype/config/
H A Dftconfig.h184 /* FT_Int32 */
190 typedef signed XXX FT_Int32;
209 typedef signed int FT_Int32; typedef
214 typedef signed long FT_Int32; typedef
311 static __inline FT_Int32
312 FT_MulFix_arm( FT_Int32 a,
313 FT_Int32 b )
315 register FT_Int32 t, t2;
342 static __inline__ FT_Int32
343 FT_MulFix_arm( FT_Int32
[all...]

Completed in 68 milliseconds