OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_INT64
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/config/
ftconfig.h
249
#define
FT_INT64
long
255
#define
FT_INT64
__int64
264
#define
FT_INT64
__int64
273
#define
FT_INT64
long long int
279
#define
FT_INT64
long long int
297
#undef
FT_INT64
/external/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
...]
Completed in 693 milliseconds