HomeSort by relevance Sort by last modified time
    Searched refs:FT_Int64 (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/raster/
ftmisc.h 87 typedef __int64 FT_Int64;
93 typedef int64_t FT_Int64;
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/
ftcalc.c 56 } 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 temp
    [all...]
  /external/freetype/builds/vms/
ftconfig.h 189 /* FT_Int64 */
195 typedef signed XXX FT_Int64;
248 #define FT_INT64 long
258 #define FT_INT64 long long int
273 #define FT_INT64 long long int
280 #define FT_INT64 __int64
290 #define FT_INT64 __int64
300 #define FT_INT64 long long int
307 #define FT_INT64 long long int
315 typedef FT_INT64 FT_Int64
    [all...]
  /external/freetype/include/freetype/config/
ftconfig.h 215 /* FT_Int64 */
221 typedef signed XXX FT_Int64;
274 #define FT_INT64 long
289 #define FT_INT64 long long int
296 #define FT_INT64 __int64
306 #define FT_INT64 __int64
316 #define FT_INT64 long long int
323 #define FT_INT64 long long int
331 typedef FT_INT64 FT_Int64;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 238 /* FT_Int64 */
244 typedef signed XXX FT_Int64;
297 #define FT_INT64 long
313 #define FT_INT64 __int64
323 #define FT_INT64 __int64
333 #define FT_INT64 long long int
340 #define FT_INT64 long long int
348 typedef FT_INT64 FT_Int64;
  /external/freetype/builds/unix/
ftconfig.in 237 /* FT_Int64 */
243 typedef signed XXX FT_Int64;
296 #define FT_INT64 long
306 #define FT_INT64 long long int
321 #define FT_INT64 long long int
328 #define FT_INT64 __int64
338 #define FT_INT64 __int64
348 #define FT_INT64 long long int
355 #define FT_INT64 long long int
363 typedef FT_INT64 FT_Int64
    [all...]

Completed in 627 milliseconds