HomeSort by relevance Sort by last modified time
    Searched refs:FT_Int64 (Results 1 - 7 of 7) 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/chromium_org/third_party/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
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 49 typedef FT_INT64 FT_Int64;
58 } FT_Int64;
159 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
184 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
221 c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 );
247 q = (FT_UInt32)( ( ( (FT_Int64)a << 16 ) + ( b >> 1 ) ) / b );
259 FT_Int64 *z )
323 FT_Add64( FT_Int64* x,
324 FT_Int64* y
    [all...]
fttrigon.c 49 FT_Int64 v;
55 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
  /external/freetype/src/base/
ftcalc.c 55 } FT_Int64;
174 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
197 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
232 c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 );
279 FT_Int64 *z )
343 FT_Add64( FT_Int64* x,
344 FT_Int64* y,
345 FT_Int64 *z )
398 FT_Int64 temp, temp2;
435 FT_Int64 temp
    [all...]
fttrigon.c 64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
  /external/freetype/include/freetype/config/
ftconfig.h 207 /* FT_Int64 */
213 typedef signed XXX FT_Int64;
266 #define FT_INT64 long
273 #define FT_INT64 __int64
283 #define FT_INT64 __int64
293 #define FT_INT64 long long int
300 #define FT_INT64 long long int
319 #undef FT_INT64
326 typedef FT_INT64 FT_Int64;
    [all...]

Completed in 124 milliseconds