Searched refs:FT_Int64 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/freetype/src/raster/
H A Dftmisc.h87 typedef __int64 FT_Int64; typedef
93 typedef int64_t FT_Int64; typedef
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/
H A Dftmisc.h87 typedef __int64 FT_Int64; typedef
93 typedef int64_t FT_Int64; typedef
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/
H A Dftmisc.h87 typedef __int64 FT_Int64; typedef
93 typedef int64_t FT_Int64; typedef
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/
H A Dftcalc.c52 } FT_Int64; typedef in typeref:struct: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 tem
[all...]
H A Dfttrigon.c64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c55 } FT_Int64; typedef in typeref:struct: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 tem
[all...]
H A Dfttrigon.c64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
/external/freetype/include/config/
H A Dftconfig.h207 /* FT_Int64 */
213 typedef signed XXX FT_Int64;
326 typedef FT_INT64 FT_Int64; typedef
/external/freetype/src/base/
H A Dftcalc.c284 } FT_Int64; typedef in typeref:struct: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 tem
[all...]
H A Dfttrigon.c64 FT_Int64 v;
70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL;
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftconfig.h207 /* FT_Int64 */
213 typedef signed XXX FT_Int64;
326 typedef FT_INT64 FT_Int64; typedef
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftconfig.h207 /* FT_Int64 */
213 typedef signed XXX FT_Int64;
326 typedef FT_INT64 FT_Int64; typedef
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftconfig.h207 /* FT_Int64 */
213 typedef signed XXX FT_Int64;
326 typedef FT_INT64 FT_Int64; typedef

Completed in 294 milliseconds