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

  /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
133 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 52 } FT_Int64;
171 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
194 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
230 c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 );
277 FT_Int64 *z )
341 FT_Add64( FT_Int64* x,
342 FT_Int64* y,
343 FT_Int64 *z )
396 FT_Int64 temp, temp2;
433 FT_Int64 temp
    [all...]
fttrigon.c 64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
  /external/chromium_org/third_party/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/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...]
  /external/freetype/src/base/
ftcalc.c 284 } FT_Int64;
411 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
434 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c
469 c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 );
516 FT_Int64 *z )
580 FT_Add64( FT_Int64* x,
581 FT_Int64* y,
582 FT_Int64 *z )
641 FT_Int64 temp, temp2;
678 FT_Int64 temp
    [all...]
fttrigon.c 64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
  /external/chromium_org/third_party/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...]
  /external/pdfium/core/include/thirdparties/freetype/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...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 717 milliseconds